FirebaseAppCheckError: Decoding AppChecktoken failed.Make sure you passed the entire string JWT which represents the FirebaseAppChecktoken.functions/node_modules/firebase-admin/lib/app-check
在我的Firebase可调用函数代码中没有任何更改,但重新部署了它们,现在他们突然开始拒绝来自我的应用程序的所有函数调用,错误如下所示。我不想使用AppCheck,直到我准备好进行所需的更改。FirebaseAppCheckError: Decoding AppChecktoken failed.Make sure you passed the entire string JWT which represents the Firebase <em
当我访问Firebase主机时,我能够在我的iOS-App中发送令牌,并且我的云函数被调用并成功解码令牌(我在我的Firebase函数-log中看到'ID令牌正确解码‘)。我在App-Browser中总是得到这样的错误:"Cannot get /“Index.jsBearer token in the Authorization H
我想将auth迁移到firebase。我按照教程()进行了基本组件的设置。但当我单击登录时,它会要求我登录,但不会让我登录web应用程序。在firebase控制台中,我将我拥有的项目与appengine连接起来。现在,该用户在firebase数据库中被拒绝。但我不想这样。firebase身份验证不会自动连接到app-engine和可变/注册用户吗?我需要做哪些额外的配置。该项目是一个python后端应用程序。is_new_link = True
s
我用装饰器check_token()包装视图,它当前应该将所有视图重定向到登录页面。这适用于烧瓶视图/hello和/,但不适用于dash视图dashboard。routes.py from flask import current_app as app print("RUNNING check_token")def wrap(*args,**kwargs):