-
Notifications
You must be signed in to change notification settings - Fork 180
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
default.auth()
is not a function
#35
Comments
I am facing the same issue |
@satansdeer Can you help, please? |
Same problem here guys! Can't go further with the tutorial! Some people change it to firebase.app.auth().... but doesn't work for me. |
Old version of Firebase. There's a new version and they changed how you have access to a lot of the functions. |
https://firebase.google.com/docs/auth/web/start replace .auth with getAuth(app) 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried running the app and it keeps throwing a '
default.auth()
is not a function' error. Please can you help with this?The text was updated successfully, but these errors were encountered: