Skip to content

Commit

Permalink
Add firebase instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
akilburge authored Oct 14, 2017
1 parent 4636065 commit 9925207
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ Create a `.env` file and add the following:
GOOGLE_MAPS_API_KEY=ENTER_GOOGLE_MAPS_API_KEY
```

[firebase]: https://firebase.google.com/
[firebase-ios-setup]: https://firebase.google.com/docs/ios/setup#add_firebase_to_your_app
[firebase-android-setup]: https://firebase.google.com/docs/android/setup#manually_add_firebase

This application uses [Firebase][firebase] for analytics, crash reporting and push notifications. You can use your own firebase account when running the app.

- *[iOS]* Follow the add firebase to your app instructions [here][firebase-ios-setup] to generate your GoogleService-Info.plist file if you haven't done so already. Place this file in the ios/Rukatuk directory.
- *[Android]* Follow the manually add firebase to your app instructions [here][firebase-android-setup] to generate your google-services.json file if you haven't done so already. Place this file in the android/app/ directory

## How to start

```sh
Expand Down

0 comments on commit 9925207

Please sign in to comment.