“Angular: After trying to register a new user, an error occurred: ‘FirebaseError: Firebase: Error (auth/configuration-not-found)’.”
I am trying to implement authentication functionality in a modern Angular project. After I try to register a new user, I get an error: ‘FirebaseError: Firebase: Error (auth/configuration-not-found).’ I don’t understand why it is not working; it seems to be correct.
“I don’t see any suggestions from the IDE when trying to import any functions from firebase or @angular/fire libraries
“I want to initialize my Firebase app and use its features in my Angular app. However, after I installed all packages via npm install firebase @angular/fire
, I’m not getting any suggestions from the IDE. It behaves as if these packages don’t exist, but if I type imports manually, I don’t get any errors.