- Setup two Firebase projects, one for prod and one for testing, take note of their ids
- Create and download credentials for accessing both and place in root of this project
- Create
config.json
with contents like this:
{
"prod_credentials": "chitter-credentials.json",
"test_credentials": "chitter-test-credentials.json",
"prod_project_id": "chitter-prod-id",
"test_project_id": "chitter-test-id"
}
- And yeh sorry you gonna have to replace all occurences of config path if you wanna run this