Firebase身份验证中的自定义令牌不匹配

时间:2019-05-13 16:28:22

标签: firebase firebase-authentication

尝试在Firebase中使用自定义令牌进行身份验证时,在控制台上出现以下错误。

if (token) {
  firebase
  .auth()
  .signInWithCustomToken(token)
  .catch(console.error);
}

这是屏幕截图

enter image description here

0 个答案:

没有答案
相关问题