0

I would like to know what is the best strategy for a preproduction process on Firebase? Having a second firebase project linked to a specific branch and the main app linked to the master branch ?

Takoo
  • 59
  • 7

1 Answers1

0

There is no exact solution available either from Firebase or externally. You'll need to create different projects, import/export database and storage etc.,

Check this answer - Separate dev and prod Firebase environment.

Not sure if it helps, but there is an option to test locally before deploying it live. Docs here.

BEAGLE
  • 343
  • 3
  • 10