2017-07-04 19:22:19 -04:00
|
|
|
### Android
|
|
|
|
|
2017-07-04 19:58:04 -04:00
|
|
|
1) Add your `google-services.json` inside of `android/app`
|
|
|
|
- make sure the `package_name` inside of your file points to `com.demo`
|
|
|
|
|
|
|
|
### iOS
|
|
|
|
|
|
|
|
1) Add GoogleService-Info.plist
|
|
|
|
- make sure the `BUNDLE_ID` inside of your file points to `com.demo`
|
|
|
|
2) Run pod install
|
|
|
|
3) Open up `demo.xcworkspace`
|