英文: How to write a function that deletes user from Firestore and file from Storage? 问题 以下是翻译好的代码部分: ...
Flutter – firebase_auth_web 5.4.0 depends on intl ^0.17.0 but I must use higher version (intl ^0.18.0)
英文: Flutter - firebase_auth_web 5.4.0 depends on intl ^0.17.0 but I must use higher version (intl ^0...
有办法将.then承诺添加到for循环中吗?
英文: Is there a way to add a .then promise to a for Loop? 问题 I am working on a Firebase cloud functio...
如何在登录后的5分钟内处理Firestore删除?
英文: How to handle Firestore deletes after 5 minutes from logged in? 问题 在我的应用中,我只允许经过身份验证的用户向Firestor...
Firestore中随机生成的文档ID的大小
英文: Size of random autogenerated Document IDs in Firestore 问题 Firestore将文档限制为1MB,包括字段名称和文档ID。 根据我的测试...
关闭 Firebase 实时数据库连接当应用关闭时
英文: Close Firebase Realtime Database connection when app is closed 问题 有可能在你的活动关闭时执行代码吗?如何关闭实时数据库连接? ...
Firestore数据库:如何删除引用最初已删除文档的文档?
英文: Firestore Database: How to delete documents that reference an initially deleted document? 问题 我正在...
Combine Observable subscription results in Angular.
英文: Combine Observable subscription results in Angular 问题 (1) 我在Firebase Firestore中发出一个请求,从一个集合中获取了多...
如何在Firestore中使用多个字段?
英文: How do I use multiple fields in the Firestore? 问题 I am working on a script that enters data into...
上传视频到Firebase使用Swift UI
英文: Upload Video to Firebase Using Swift UI 问题 这是我从设备中选择视频并将其上传到Firebase的代码: import SwiftUI import P...
99