react-native-firebase/example/demo
ugiacoman 5d37d092c2 Include google-services.json 2017-07-05 10:07:07 -04:00
..
android Include google-services.json 2017-07-05 10:07:07 -04:00
ios Update google files, add visual confirmation on firebase initialization 2017-07-05 09:15:48 -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 Refactor to ESLint 2017-07-05 09:22:39 -04:00
app.js Refactor to ESLint 2017-07-05 09:22:39 -04:00
app.json Add example dir 2017-07-04 18:43:50 -04:00
index.android.js Refactor to ESLint 2017-07-05 09:22:39 -04:00
index.ios.js Refactor to ESLint 2017-07-05 09:22:39 -04:00
package.json Add example dir 2017-07-04 18:43:50 -04:00

README.md

Description

This example project implements react-native-firebase as described in the installation instructions.

Usage

  1. Install node_modules: $ yarn or $ npm install

iOS

  1. Go into ios root directory where the Podfile is located
  2. Install pods: $ pod install
  3. Run app: $ react-native run-ios

Android

  1. Run app: $ react-native run-android