3

I would like to create a duplicate project in firebase so that I dont have to go through the hassle of adding the firebase functions and notifications etc. If I could I would just delete all auth users so that its ready for the actual app but I am unable to do that.

So How can I set up a duplicate project but without all the authenticated test users?

Doug Stevenson
  • 236,239
  • 27
  • 275
  • 302

1 Answers1

2

There is currently no simple way to duplicate a project. The best you can do is use the management API and the Firebase Admin SDK and Firebase CLI to script the provisioning and setup of the products you use.

Doug Stevenson
  • 236,239
  • 27
  • 275
  • 302