0.0.2 โ€ข Published 5 years ago

thinktodo-react-native-firebase v0.0.2

Weekly downloads
9
License
-
Repository
-
Last release
5 years ago

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)

NameDownloadsCoverage
AdMobbadgebadge
Analyticsbadgebadge
Appbadgebadge
Authenticationbadgebadge
Cloud Firestorebadgebadge
Cloud Functionsbadgebadge
Cloud Messagingbadgebadge
Cloud Storagebadgebadge
Crashlyticsbadgebadge
Dynamic Linksbadgebadge
In-app Messagingbadgebadge
Instance IDbadgebadge
ML Kit Natural Languagebadgebadge
ML Kit Visionbadgebadge
Notificationsbadgebadge
Performance Monitoringbadgebadge
Realtime Databasebadgebadge
Remote Configbadgebadge

Documentation

Contributing

License