-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Importing AngularFireAuthModule and FirebaseUI-Angular module only in feature module #92
Comments
Hi |
Hi,I created this issue after trying with forRoot in feature module but still this error occures. My
and my AppModule looks like below shown code:
Can you see some catch here ? or something else I need to do to it get things done ? |
@itsmeneartou I tested it and was able to reproduce the error. |
I checked it out and it is working as I wanted it to work. Thank you so much :) |
Perfect, I will release the bugfix later today. |
New version (v3.4.2) is released |
I want to import AngularFireAuthModule,firebase/auth,firebaseui module only in feature module(login module) and not in AppModule because the 'firebase/auth' module takes around 160 kb in main production bundle size which increases the initial load time. Is there a way I can do this and also be able to use this library ? because right now when I am trying to do it I am getting an error shown below;
The text was updated successfully, but these errors were encountered: