react native firebase

JavaScript
// 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



npx react-native init AwesomeProject
/* 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.
*/
Source

Also in JavaScript: