0

FirebaseのsignInWithCustomTokenでサインインできません。firebase.auth.signInWithCustomTokenは関数node.jsではありません

Error creating custom token: TypeError: firebase.auth.signInWithCustomToken is not a function 

いずれかがFirebase NodeJSのカスタムトークンでログインする方法を示すことができます:私は は、以下のようなエラーを取得していますか?

+0

[問題を再現するために必要な最小限のコード](http://stackoverflow.com/help/mcve)を共有してください。 –

答えて

1

認証後に大括弧が紛失していませんか?

firebase.auth().signInWithCustomToken(myToken) 
関連する問題