英文: firebase user number is showing null 问题 我想要将用户的电话号码显示在屏幕上,但屏幕上显示为null。 String _userId; @override...
`firebase.firestore.FieldValue.delete()`未删除文档中的字段。
英文: firebase.firestore.FieldValue.delete() not deleting field in document 问题 I'm here to help with t...
如何获取具有特定值字段的文档的文档ID?
英文: how to get the document id of a document that has a field with a specific value? 问题 我想获取具有特定值的字段...
从Firebase实时数据库中删除数据会删除父节点中的所有数据。
英文: Removing data from Firebase Realtime Database removes all the data in the parent node 问题 我正在使用Fi...
如何从Firestore获取随机文档并在不同的TextView中显示它们?
英文: How to get random documents from Firestore and display them in different TextViews? 问题 你的应用程序中,用...
Firebase在Android上:DataSnapshot.getValue()会导致当前活动结束。
英文: Firebase on Android : DataSnapshot.getValue() causes current activity to end 问题 这是我的用户类: public ...
最佳方式将(可能是)巨大的列表存储在Firestore中是什么?
英文: What is the best way to store a (potentially) huge list in Firestore? 问题 我有一个包含许多用户及其详细信息的用户集合。我...
等待 firebase.auth 初始化完成后再执行另一个函数。
英文: Wait for firebase.auth initialization before reading another function 问题 我对Firebase和JavaScript非常...
从本地字典中删除值当 Firebase 子项被删除时,Swift。
英文: Removing value from local Dictionary when firebase child deleted swift 问题 你好,我正在学习如何正确使用Firebase...
如何在JavaScript中使用OR运算符从Firestore检索数据?
英文: How do I retrieve data from Firestore using an OR Operator in JavaScript? 问题 我正在尝试使用以下代码从Firesto...
99