Skip to content

Can easy to use Analytics/Crash/Config/Message of Firebase on ReactNative

Notifications You must be signed in to change notification settings

yutin1987/react-native-bridge-firebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c7361e8 · Feb 24, 2017

History

5 Commits
Jan 11, 2017
Feb 24, 2017
Feb 24, 2017
Feb 24, 2017
Jan 10, 2017
Jan 11, 2017
Jan 10, 2017
Jan 11, 2017
Jan 11, 2017
Jan 10, 2017
Feb 24, 2017
Jan 11, 2017

Repository files navigation

react-native-bridge-firebase

Can easy to use Analytics/Crash/Config/Message of Firebase on ReactNative

Commitizen friendly

iOS Setup

  1. install react-native-bridge-firebase

/> yarn add react-native-bridge-firebase

  1. download GoogleService-Info.plist save to ios/[project name] folder and add to xcode

  2. link package

/> react-native link react-native-bridge-firebase

Android Setup

  1. install react-native-bridge-firebase

/> yarn add react-native-bridge-firebase

  1. download google-services.json save to android/add folder

  2. link package

/> react-native link react-native-bridge-firebase

Run example

iOS

  1. GoTo Firebase console
  2. Download GoogleService-Info.plist file and save to example/ios folder
  3. cd example && react-native run-ios or Command+R run on Simulator

Android

  1. GoTo Firebase console
  2. Download google-services.json file and save to example/android/add folder
  3. cd android && ./gradlew clean
  4. cd example && react-native run-android

About

Can easy to use Analytics/Crash/Config/Message of Firebase on ReactNative

Resources

Stars

Watchers

Forks

Packages

No packages published