You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if we get an option to pass a factory function of FirebaseAppConfig to AngularFireModule.initializeApp().
In some cases such as using a webpack to get enviroment variables and AOT compiler it is impossible now to initialize AngularFireModule with correct config parameters. This is because of webpack does not run yet at the moment of module compilation.
The ability to pass a factory of FirebaseAppConfig to static initialization function would be a solution for this and maybe other similar problems.
One related issue already exists: #1281
l0ll098, ippeiukai, dsgriffin, leblancmeneses, Poyoman39 and 4 more