-
Notifications
You must be signed in to change notification settings - Fork 58
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
Authentication service is not working with the latest version of the Firebase #9
Comments
If I come back to your Firebase version then it's works but it could be interesting to fix it. ;) 1 - npm uninstall firebase @angular/fire package.json file
Regards. |
What error message are you getting? |
If I use these dependencies: package.json file
directly I can't compile with this import: firebase-auth.service.ts file
User and auth are not recognized. |
Is this your issue? angular/angularfire#2619 |
Yes!
|
OK. I will try to update it for the next release of the template.
|
Yes. Thank you for your support. ;) Regards. |
I am no expert here but I believe the code needs to be modified thusly: |
@BetterAutomations , That is for firebase version > 8. |
@djabif any updates on this? We are now having the same issue with the latest version but not quite sure if it is the same issue with this or not. Should we use the one from your previous message in 2021?
|
Hi, sorry but I don't work anymore on this project. You can try to ping @agustinhaller , he may be able to guide you on this. |
Hi,
The authentication service is not working with the current version of Firebase:
package.json file
I've changed the wrong imports but it is still failing in the execution time:
firebase-auth.service.ts file
Regards.
The text was updated successfully, but these errors were encountered: