haroldadmin / MoonShot

A SpaceX companion app for Android
161 stars 18 forks source link

Help in setting up #23

Closed prudhvir3ddy closed 4 years ago

prudhvir3ddy commented 4 years ago

@haroldadmin can you please include in docs what google-services are you using ?

and how to recreate my own keys for the project.

haroldadmin commented 4 years ago

Hey @prudhvir3ddy, glad to see you're interested in the project.

The app uses Firebase Crashlytics. I'm assuming you're familiar with how to setup a new Firebase project. In case you are not, you should create a new project on the Firebase Console using your Google Account. After the setup, you will have a chance to download the google-services.json file associated with the project you just created. Download this google-services.json file and place it in the app/ folder, and rebuild. Your project should build successfully after this.

I should add these instructions to the project's README too. Happy exploring!