Skip to content

๐Ÿ”ฅ A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services.

License

Notifications You must be signed in to change notification settings

mirzalikic/react-native-firebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation


React Native Firebase

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


WARNING: This branch is a work in progress re-write of React Native Firebase, you're probably looking for the v5.x.x branch instead. 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 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 in the root of the mono repo for React Native Firebase, if you're looking for a specific package please select the package link from below.

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

Name Downloads Coverage
App badge badge
Analytics badge badge
Functions badge badge
Instance ID badge badge
Performance Monitoring badge badge

TODO

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 React Hooks for React Native Firebase.

TODO

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 all Firebase services.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.1%
  • Java 20.5%
  • Objective-C 17.7%
  • TypeScript 7.7%
  • Ruby 1.7%
  • Objective-C++ 0.6%
  • Other 0.7%