react-native-firebase/example/demo/README.md

12 lines
304 B
Markdown
Raw Normal View History

2017-07-04 23:22:19 +00:00
### Android
2017-07-04 23:58:04 +00: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`