【发布时间】:2019-07-31 14:21:22
【问题描述】:
我们在应用内使用谷歌登录,但也有“跳过身份验证”的功能
对于经过身份验证的用户,我们有以下规则
function isSignedIn() {
return request.auth != null;
}
对于“跳过身份验证”,我们不使用匿名 Firebase 登录,而是使用一种本地缓存机制。
问题是如何使用一些硬核混淆令牌为“跳过的用户”添加规则?
【问题讨论】:
标签: android firebase google-cloud-firestore firebase-authentication firebase-security