0

I'm having trouble to sign in with signInWithCustomToken of Firebase. I'm getting an error like below:

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

Can any one demonstrate how to sign in with custom token in Firebase NodeJS?

1

1 Answer 1

1

Are you missing the brackets after auth? It should be:

firebase.auth().signInWithCustomToken(myToken) 
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.