google-services.json is back. Hope it makes contributors' time easier.

This commit is contained in:
Vavassor 2017-04-09 23:29:54 -04:00
commit 17c8827b35
3 changed files with 56 additions and 2 deletions

View file

@ -29,7 +29,7 @@ The project's gradle files describe its building needs more in-depth and depende
### Firebase
This app uses Firebase's Cloud Messaging and Crash Reporting, so in order to build it, a Firebase project has to be made and associated with the build by including a ```google-services.json``` file in the ```app``` directory.
This app uses Firebase's Cloud Messaging and Crash Reporting. So, in order to build with your own Firebase project, associate it with the build by replacing ```google-services.json``` file in the ```app``` directory with one from your Firebase console.
### Tusky-API