react-native-firebase/example/demo
ugiacoman 2c11e13e90 Add ios config 2017-07-04 19:58:04 -04:00
..
__tests__ Add example dir 2017-07-04 18:43:50 -04:00
android Add default implementation for android 2017-07-04 19:22:19 -04:00
ios Add ios config 2017-07-04 19:58:04 -04:00
lib Add default implementation for android 2017-07-04 19:22:19 -04:00
.babelrc Add example dir 2017-07-04 18:43:50 -04:00
.buckconfig Add example dir 2017-07-04 18:43:50 -04:00
.flowconfig Add example dir 2017-07-04 18:43:50 -04:00
.gitattributes Add example dir 2017-07-04 18:43:50 -04:00
.gitignore Add default implementation for android 2017-07-04 19:22:19 -04:00
.watchmanconfig Add example dir 2017-07-04 18:43:50 -04:00
README.md Add ios config 2017-07-04 19:58:04 -04:00
app.js Add ios config 2017-07-04 19:58:04 -04:00
app.json Add example dir 2017-07-04 18:43:50 -04:00
index.android.js Add default implementation for android 2017-07-04 19:22:19 -04:00
index.ios.js Add default implementation for android 2017-07-04 19:22:19 -04:00
package.json Add example dir 2017-07-04 18:43:50 -04:00

README.md

Android

  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
  1. Run pod install
  2. Open up demo.xcworkspace