Can easy to use Analytics/Crash/Config/Message of Firebase on ReactNative
- 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
- 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
- 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
- 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