Configure Firebase environment dynamically in Angular #2155
dhruvsingh50
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a list of data in my mobile app and for each data I can have different firebase configuration file. Requirement is, When I click on any data, it will make a request to our server and pull the firebase configuration from there.
https://stackoverflow.com/questions/57214544/configure-firebase-environment-dynamically-in-angular
Once the configuration is available to Mobile app, it will use this configuration to connect with firebase and then retrieve data and perform some action. Requirement
Is it possible to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions