react-native-bridge-firebase
v2.0.0
Published
Can easy to use Analytics/Crash/Config/Message of Firebase on ReactNative
Downloads
74
Readme
react-native-bridge-firebase
Can easy to use Analytics/Crash/Config/Message of Firebase on ReactNative
iOS Setup
- install react-native-bridge-firebase
/> yarn add react-native-bridge-firebase
download GoogleService-Info.plist save to ios/[project name] folder and add to xcode
link package
/> react-native link react-native-bridge-firebase
Android Setup
- install react-native-bridge-firebase
/> yarn add react-native-bridge-firebase
download google-services.json save to android/add folder
link package
/> react-native link react-native-bridge-firebase
Run example
iOS
- GoTo Firebase console
- Download GoogleService-Info.plist file and save to example/ios folder
cd example && react-native run-ios
or Command+R run on Simulator
Android
- GoTo Firebase console
- Download google-services.json file and save to example/android/add folder
cd android && ./gradlew clean
cd example && react-native run-android