question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

fAuth.signInWithCustomToken is not a function

See original GitHub issue

Hi @EddyVerbruggen

I’m getting this error when I’m trying to log in with a custom token:

fAuth.signInWithCustomToken is not a function (In fAuth.signInWithCustomToken(arg.token, onCompletion), fAuth.signInWithCustomToken is undefined

firebase is initialized, and everything else seems to work ok.

I’m using the plugin with Angular2/NS 2.4.2.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
elinswilbergcommented, Jan 5, 2017

@EddyVerbruggen Yey, it works perfectly now. Great work! Thank you.

0reactions
stephan-fischercommented, Jan 1, 2019

@elinswilberg how can i call it? firebase.auth().signInWithCustomToken("mytoken")?

Thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Firebase function signInWithCustomToken undefined with ...
Actual issue is that. authWithCustomToken. exists in firebase and not in firebase-admin which is mostly used when using firebase security ...
Read more >
FirebaseAuth - Google
Note: Firebase Authentication does not currently support Android Direct Boot. ... public Task<AuthResult> signInWithCustomToken (String token).
Read more >
firebase.Auth.signInWithCustomToken JavaScript and ...
How to use. signInWithCustomToken. function. in. Auth. Best JavaScript code snippets using firebase.Auth.
Read more >
Minting Custom Tokens with the Admin SDK for Node.js
Learn how to initialize the Admin SDK for Node.js and create custom JSON Web Tokens (JWTs). In this Firecast, Jen Person shows you...
Read more >
TypeError: firebase.auth is not a function - YouTube
In this video, we're going to be discussing the TypeError: firebase.auth is not a function error. This error is often encountered when ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found