There should be a development firebase project that will be used to test features and I/O on the database. As the app gets closer to production we will not want to test against the production database at all to avoid messing with or deleting data.
Heroku Staging app should set the NODE_ENV to development too. Once this is completed and given a dry run to make sure we are using the correct database this can be closed.
There should be a development firebase project that will be used to test features and I/O on the database. As the app gets closer to production we will not want to test against the production database at all to avoid messing with or deleting data.