NullInjectorError: No provider for InjectionToken angularfire2.app.options! #3029
Unanswered
MatthewDavidTravers
asked this question in
Q&A
Replies: 1 comment
-
You are using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I've just tried setting up a new firebase angular project using angular/fire module and I'm encountering an error. I set up the project using the info in the docs and so far the only things i have done are to create the angular project and then run.
ng add @angular/fire
After going through the process I'm now trying to sign-up a user with the following inside the app component:
my app module looks like this:
but this is returning the following error:
my versions are:
Not sure if this is the correct place to post but any help would be appreciated, thanks.
Beta Was this translation helpful? Give feedback.
All reactions