jamesdaniels / react-native-firebase

πŸ”₯ A well tested feature rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for over 15 Firebase services.

Home Page:https://invertase.io/oss/react-native-firebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


React Native Firebase

NPM downloads NPM version License Backers on Open Collective Sponsors on Open Collective Chat Follow on Twitter


WARNING: Master branch is the work in progress v6.0.0 version of React Native Firebase, you're probably looking for the current v5.x.x branch instead, please send all PRs for the live version to that branch. You can learn more about this here.


React Native Firebase is a collection of official React Native modules connecting you to Firebase services; each module is a light-weight javascript layer connecting you to the native Firebase SDKs for both iOS and Android.

React Native Firebase is built with four key principals in mind;

  • πŸ§ͺ Well tested
    • every module is extensively tested to >95% coverage
  • πŸ‘ Well typed
    • first class support for both Flow & Typescript included
  • πŸ“„ Well documented
    • full reference & installation documentation alongside detailed guides and FAQs
  • πŸ”₯ Mirrors official Firebase Web SDK
    • functions as a drop-in replacement for the Firebase Web SDK in React Native
    • maximises cross-platform code re-usability e.g. re-using code on web platforms

Firebase Modules

This is the root of the monorepo for React Native Firebase, if you're looking for a specific package please select the package link from below.

The main package that you interface with is App (@react-native-firebase/app)

Name Downloads Coverage
AdMob badge badge
Analytics badge badge
App badge badge
App Indexing badge badge
App Invites badge badge
Authentication badge badge
Cloud Firestore badge badge
Cloud Functions badge badge
Cloud Messaging badge badge
Cloud Storage badge badge
Crashlytics badge badge
Dynamic Links badge badge
In-app Messaging badge badge
Instance ID badge badge
ML Kit badge badge
Notifications badge badge
Performance Monitoring badge badge
Realtime Database badge badge
Remote Config badge badge
Utils badge badge

Other Packages

React Native Firebase also publishes several other packages, some only used internally, others for public consumption such as Hooks.

Name Description
app-types Common Firebase types used by and all modules.
common Common utilities used by all modules.
hooks (WIP) Official React Hooks for React Native Firebase.

TODO other packages

Documentation

Contributing

License


Built and maintained with πŸ’› by Invertase.

About

πŸ”₯ A well tested feature rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for over 15 Firebase services.

https://invertase.io/oss/react-native-firebase

License:Other


Languages

Language:JavaScript 45.3%Language:Java 29.4%Language:Objective-C 19.8%Language:Ruby 4.3%Language:Python 0.6%Language:Shell 0.4%Language:TypeScript 0.3%