
We will set up Crashlytics for our React Native app for Android in this article.Enter your preferred Project name, and click on Continue.Go to the Firebase Console, and log in with your preferred Google account. Set up a new project on Firebase Consoleįollow the steps below to create a new project in the Firebase Console: Similar setup steps can be followed for the Android version of the React Native app. In this article, we will use the ReactNativeFirebaseApp to set up Firebase services related to Android in our React Native app. To start integrating Firebase into our app, we require the following:Īccess to the Firebase Console linked with a Google accountĪ React Native project in which Firebase services will be addedĪ completed environment setup for the React Native project focusing on Android implementation " Integrate Firebase into your app.* // The configuration property can be in the following formats.* // whether to bundle JS and assets in another build variant (if configured).* // whether to bundle JS and assets in release mode.* // whether to bundle JS and assets in debug mode.* // the entry file for bundle generation.




By default, bundleDebugJsAndAssets is skipped, as in debug/dev mode we prefer to load the * These basically call `react-native bundle` with the correct arguments during the Android build.* The adle file registers a task for each build variant (e.g.
