标签: firebase firebase-authentication
尝试在Firebase中使用自定义令牌进行身份验证时,在控制台上出现以下错误。
if (token) { firebase .auth() .signInWithCustomToken(token) .catch(console.error); }
这是屏幕截图