So Let’s assume you have a messenger app that you hosted on firebase. Now assume it has two server 1. Production 2. Staging. For that you will need two firebase app. Assuming you have two app called messenger-prod(production) & messenger-stage(staging).

Related Articles