react-native-firebase npm code example

Example 1: install firebase npm

$ npm init
$ npm install --save firebase

Example 2: html-webpack-plugin npm

npm i --save-dev html-webpack-plugin

Example 3: install firebase npm

$ npm init
$ npm install --save firebase

Example 4: react-native-reanimated npm

npm i react-native-reanimated

Example 5: react native firebase

// Using npm
npm install --save @react-native-firebase/app

# create your firebase android project and follow the steps for implementations. 
# check: https://rnfirebase.io/#generating-android-credentials

Example 6: react native firebase

/* Answer to: "react native firebase" */

/*
  React Native Firebase is the officially recommended collection
  of packages that brings React Native support for all Firebase
  services on both Android and iOS apps.
*/