Hi all, I’ve built a web app with firebase and I am really struggling with how to get a staging version of the app deployed. Here is my situation
• I have an app called MyApp, it has auth users, a couple of collections in Firestore and some files in storage
• I want to clone this entire app into MyAppDev
• I do not need to use Firebase hosting, I will host my web app elsewhere
I want to do this so I can deploy two versions of my app to different domains like <http://staging.my-awesome-app.com|staging.my-awesome-app.com> and <http://my-awesome-app.com|my-awesome-app.com> and the only difference between these would be credentials in the environment variables.
Let me refine this a bit… my app is actually a firebase project and I want to clone this into a new firebase project, so that the products (firestore/storage) are not shared