Skip to content Skip to sidebar Skip to footer

Seperating Dev And Prod With Android And Firebase?

I recently deployed an app to the play store and i am using firebase as backend. However, now I want to add some features to the app and want to create different environments so th

Solution 1:

It's recommended to have different projects for each environment that you want to test separately. Don't use the same project for development and production, because your changes during development could cause problems in production.

Please read this blog for more information.

Post a Comment for "Seperating Dev And Prod With Android And Firebase?"