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
I am using below firebase initialization in app.module.ts, but I would like to load firebaseConfig from a REST api call result.
Tried many ways, but failed to achieve this functionality.
Somehow able to solve this by loading the settings from API and setting them in localstorage.
For the first time when the app loads it fails but later onwards it will fetch the data from localStorage.
Version info
Angular: 14
Firebase: 9.16.0
AngularFire: ^7.4
How to reproduce these conditions
I am using below firebase initialization in app.module.ts, but I would like to load firebaseConfig from a REST api call result.
Tried many ways, but failed to achieve this functionality.
Would someone kind enough to help us here please
The text was updated successfully, but these errors were encountered: