如何在 Cloud Firestore 中强制执行 App Check?
How do I enforce App Check in Cloud Firestore?
我已经在我的 Firebase 项目中为我的移动应用和网络应用设置了 App Check。
完成后,我按照说明 here.
在 Cloud Functions 和 Cloud Storage 等各种 Firebase 产品中启用了 App Check
但是这些说明没有提到 Cloud Firestore。如何在 Cloud Firestore 中启用 App Check?上面的 link 没有提供任何信息,我在 Cloud Firestore 文档中找不到任何内容。
firebaser 在这里
更新(2021 年 11 月 10 日):Firebase 刚刚向 Firestore 添加了对 App Check 的支持。对于此版本和所有最新版本,请检查:https://firebase.googleblog.com/2021/11/whats-new-at-Firebase-Summit-2021.html#Strengthening
旧答案,你真的应该检查更新...
根据 Firebase App Check 上的文档:
App Check currently works with the following Firebase products:
- Realtime Database
- Cloud Storage
- Cloud Functions (callable functions)
所以Cloud Firestore 还不支持App Check。虽然我们绝对有兴趣在未来为 Firestore 添加对 App Check 的支持,但尚无何时可用的时间表。
我已经在我的 Firebase 项目中为我的移动应用和网络应用设置了 App Check。
完成后,我按照说明 here.
在 Cloud Functions 和 Cloud Storage 等各种 Firebase 产品中启用了 App Check但是这些说明没有提到 Cloud Firestore。如何在 Cloud Firestore 中启用 App Check?上面的 link 没有提供任何信息,我在 Cloud Firestore 文档中找不到任何内容。
firebaser 在这里
更新(2021 年 11 月 10 日):Firebase 刚刚向 Firestore 添加了对 App Check 的支持。对于此版本和所有最新版本,请检查:https://firebase.googleblog.com/2021/11/whats-new-at-Firebase-Summit-2021.html#Strengthening
旧答案,你真的应该检查更新...
根据 Firebase App Check 上的文档:
App Check currently works with the following Firebase products:
- Realtime Database
- Cloud Storage
- Cloud Functions (callable functions)
所以Cloud Firestore 还不支持App Check。虽然我们绝对有兴趣在未来为 Firestore 添加对 App Check 的支持,但尚无何时可用的时间表。