thinktodo-react-native-firebase
v0.0.2
Published
<p align="center"> <a href="https://invertase.io/oss/react-native-firebase"> <img width="160px" src="https://i.imgur.com/JIyBtKW.png"><br/> </a> <h2 align="center">React Native Firebase</h2> </p>
Downloads
8
Readme
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 | | | | Analytics | | | | App | | | | Authentication | | | | Cloud Firestore | | | | Cloud Functions | | | | Cloud Messaging | | | | Cloud Storage | | | | Crashlytics | | | | Dynamic Links | | | | In-app Messaging | | | | Instance ID | | | | ML Kit Natural Language | | | | ML Kit Vision | | | | Notifications | | | | Performance Monitoring | | | | Realtime Database | | | | Remote Config | | |
Documentation
Contributing
License
- See LICENSE