英文: CORS error for a Firebase Extension Function on localhost (Angular) 问题 有人知道如何解决本地主机上 Firebase 扩展...
通过ID获取子集合中的单个文档
英文: Get a single doc inside subcollection by Id 问题 以下是您要翻译的代码部分: [![enter image description here][1]...
Firebase Cloud Function:Auth回调存在问题。
英文: Firebase Cloud Function: An issue with Auth callbacks 问题 我有两个Auth回调函数,一个在用户创建时触发,另一个在用户删除时触发。每个回...
Node.js + Firebase:如何在服务器端检查用户是否已身份验证
英文: Nodejs + firebase: how to check if user is authenticated server side 问题 用户已在客户端使用Firebase SDK进行身...
Firebase Cloud Functions V2:用户创建触发器
英文: Firebase Cloud Functions V2: A user creation trigger 问题 我正在使用 Node.js(不是 TypeScript)的云函数 V2,并且我需...
使用多个字段上的不等式查询 Firebase
英文: Querying Firebase with Inequalities on Multiple Fields 问题 const Fiis = async () => { const da...
可以使用Firebase将请求定向到位于另一个项目中的Cloud Run容器吗?
英文: Is it possible to use Firebase to direct requests to a Cloud Run container which is in another p...
To disable notification sound on button click in flutter
英文: To disable notification sound on button click in flutter 问题 我需要在按钮点击时禁用通知声音。我已经使用了[flutter_local...
如何在一次 API 调用中从 Firebase 文档中读取引用的数据?
英文: How to read referenced data from docs in firebase in one call of api? 问题 请查看我在Firestore中创建的数据结构:...
can I implement notification from backend on flutter app without using firebase?Also how can I navigate to a specific page while clicking notification
英文: can I implement notification from backend on flutter app without using firebase?Also how can I n...
99