firebase - 恢复已删除的 Firebase 集合

标签 firebase firebase-realtime-database

我不小心从我的 Firebase 数据库项目中删除了一个集合。 可以恢复吗? Firebase 有回滚选项吗?

最佳答案

抱歉,没有。一旦你删除了数据库中的某些内容,它就消失了。 只有 Firebase 托管具有回滚选项。

关于firebase - 恢复已删除的 Firebase 集合,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50400054/

相关文章:

swift - 使用存储在 Firebase 数据库中的数据填充 UITableView

angularjs - 我什么时候知道 GeoFire 已完成加载,因为它是基于事件的触发器

java - 注册用户 - 添加字段

android - 有什么方法可以在不更新数据库中的值的情况下在 Firebase 中检索数据?

firebase - 类型 '_JsonQuerySnapshot' 不是类型转换中类型 'Map<String, dynamic>' 的子类型”

typescript - 尝试使用 Typescript 访问 "firebase.firestore.Timestamp"。错误 : Property 'Timestamp' does not exist on type '() => Firestore'

ios - 无法在 iOS 中同时使用 Urban Airship 和 Facebook 云消息传递

firebase - 在 Firebase 数据库中存储用户的正确方法

ios - Firebase 没有收到键值 Swift

java - 错误 : incompatible types: android. content.Context 无法转换为 com.google.firebase.database.core.Context