-
Notifications
You must be signed in to change notification settings - Fork 2.2k
-
I tried to use the modular sample as a template and run into a NullInjectorError until I added provideAuth(() => getAuth())
to the imports array inside app.module.ts. That made me wonder how the provided samples are functional without it?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 1 reply
-
In the samples provideAuth()
is called in the app.browser.module.ts
. Most the reasons why I split those out should not be necessary as of Firebase JS SDK 9.1
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
1 reply
-
Thanks for the reply, I totally disregarded that app.browser.module.ts
.
Beta Was this translation helpful? Give feedback.
All reactions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment