-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: app.auth is not a function #1893
Comments
I opened same issue at firebase js sdk repository |
Same error here. I'm was using Firebase 5.5.5 but downgraded to Firebase 5.4.2 and @angular/fire 5.0.0 |
You may refer to this link fo the solution: |
i fixed it by ng update zone.js maybe it would fix yours too |
same on react |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got this error when I upgrade to Firebase 5.5.1
But same code works when I downgrade to Firebase 5.4.2 (no error)
ERROR Error: Uncaught (in promise): TypeError: app.auth is not a function
TypeError: app.auth is not a function
at auth.js:12
Firebase 5.5.1
@angular/fire 5.0.0
The text was updated successfully, but these errors were encountered: