2
0
mirror of synced 2025-02-18 17:28:24 +00:00

12 lines
304 B
Markdown
Raw Normal View History

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`