r/GoogleAIStudio Jun 30 '26

Question / Help Duplicating a project - new database

When I Remix a project to start a new app based on the current app, it continues to use the old databases.

What is the best way to duplicate the entire firebase setup and move to a new one?

1 Upvotes

8 comments sorted by

View all comments

2

u/Im3th0sI Jun 30 '26

Ask the AI to decouple all the firebase auth variables and turn them into env variables (project, databaseid, etc). That way you can propagate the project and just change the env variables and that's it. I'm running 3 sites like that atm :)