0

I have project A. I want an exact copy of project A, in a new project named project B.

Googled, but didn't find anything.

Found this question (How to clone an existing Firebase project data to another new project?) which asks how to clone the data but I don't want just data, I want all the project settings, users, etc duplicated as well.

Joshua Dance
  • 8,847
  • 4
  • 67
  • 72
  • 1
    It's really the same question. There is no cloning in any way for any Firebase project, either data or settings. You should look into automating the creation and configuration of a project with code so you can replicate that way, rather that some function in the console. This will require you to keep your code up to date if you ever want to make another project with the same configuration. – Doug Stevenson Feb 15 '23 at 23:54

0 Answers0