英文: Deleting a document from firestore without name of collection 问题 我有一个安卓应用程序,用户可以在文件夹中存储PDF文件。我正在...
事件处理程序 onComplete 控制器不会执行 task.isSuccessful()。
英文: Event Handler onComplete controller is not going to task.isSuccessful() 问题 在下面的代码中,它正在进入onComple...
How can a wait function that uploads an image to firestore storage finish before running another function in android java?
英文: How can a wait function that uploads an image to firestore storage finish before running another...
如何通过在Firestore中的图像URL从Firebase存储获取图像
英文: How to get image from firebase storage with the image url that is in firestore 问题 public class p...
Firebase身份验证与电子邮件和密码额外字段重复 – Android – Java
英文: Firebase authentication with email and password extra fields duplicating - Android - Java 问题 我正在...
获取Firebase服务器时间的方法是什么?
英文: How to get Firebase serverTime? 问题 对于安卓: 我们可以通过以下方式获取服务器时间: Timestamp.now().getSeconds(); 然后对于 i...
使用文档 ID 从 Firestore 获取数据
英文: Get data from firestore using document id 问题 我在我的Firestore数据库中有两个集合,第一个是所有文档的列表(BlockList),第二个是用...
Constructor Event in class Event<T> cannot be applied to given types; cannot find symbol method getTitle()
英文: Constructor Event in class Event<T> cannot be applied to given types; cannot find symbol m...
如何检查我的 firebaseUser 是否包含任何 displayName?
英文: How to check my firebaseUser contains any displayName or not? 问题 以下是翻译好的内容: 无论是这个(如果 firebaseUse...
代码编译 Firebase Admin 时出错。
英文: Error while compiling code for firebase admin 问题 以下是您提供的内容的翻译部分: 错误: 根据 http://www.slf4j.org/cod...
99