3

I'm looking to clone an entire Firebase project to create a testing version of the database with the existing security rules and user accounts (and their passwords) in place. Is there an easy way to do this?

Thanks

Khodr
  • 121
  • 2
  • 8

2 Answers2

0

According to other similar questions, no, there is no easy way to do this.

Google pushes their Firestore product which seems to allow this more easily, over the free/low cost Firebase Realtime Database, so I wouldn't hold your breath on new functionality within the original Firebase Realtime Database.

  • This answer is a bit confusing because Google's branding has changed (and was always confusing): Firebase is now an entire family of products, and Firestore is a specific database product. – James Moore May 22 '23 at 22:55
0

Cloning firebase users refer to this document Import users or you can visit this question for a solution duplicate firebase.

Francisca Mkina
  • 502
  • 7
  • 15