🔥 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
Go to file
Chris Bianca 606fae2070 4.0.6 2018-04-26 15:59:39 +01:00
.github Update ISSUE_TEMPLATE.md 2018-02-07 12:48:53 +00:00
android [android][notifications] Fix NPE when rescheduling notifications #1013 2018-04-24 17:37:16 +01:00
bin [tests] move test scripts into js (bin folder) - now works cross platform 2017-09-25 11:32:18 +01:00
bridge [tests][database] misc ref tests 2018-04-22 16:04:35 +01:00
codorials/authentication-with-firebase merge 2018-04-21 15:55:13 +01:00
ios Merge remote-tracking branch 'origin/master' 2018-04-13 15:08:17 +01:00
lib [auth] Fix possible race condition #980 2018-04-26 09:21:10 +01:00
scripts [install] Get react-native link working with Android 2017-10-05 11:54:37 +01:00
tests [notifications] Fix sound on iOS 10+ #974 2018-04-13 12:12:25 +01:00
.babelrc [types] Get types properly exporting as part of the build 2017-11-17 16:17:27 +00:00
.editorconfig base project files 2017-02-14 16:02:54 +00:00
.eslintrc [js] Setup prettier 2018-01-25 18:11:37 +00:00
.flowconfig [build] Update to RN 0.54.4 and related libs 2018-03-31 08:10:09 +01:00
.gitignore [tests][firestore] misc tests 2018-04-21 23:59:19 +01:00
.npmignore Merge pull request #933 from invertase/codorials 2018-04-17 21:36:10 +01:00
.watchmanconfig js: snapshot class incorrectly defining 'exists' as a bool prop, instead of a function 2017-03-09 15:27:49 +00:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2018-01-17 18:05:54 +00:00
CONTRIBUTING.md Update CONTRIBUTING.md 2018-04-21 14:39:24 +01:00
LICENSE misc cleanup / changes 2018-01-06 13:53:46 +00:00
README.md Update README.md 2018-04-05 05:20:39 +01:00
React-Native-Firebase.svg update logo 2018-03-20 17:57:39 +00:00
jsconfig.json Prettier json and md files as well 2018-02-01 12:52:39 +01:00
package-lock.json 4.0.6 2018-04-26 15:59:39 +01:00
package.json 4.0.6 2018-04-26 15:59:39 +01:00
prettier.config.js Prettier json and md files as well 2018-02-01 12:52:39 +01:00
tsconfig.json Prettier json and md files as well 2018-02-01 12:52:39 +01:00

README.md


React Native Firebase

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

Introduction

RNFirebase makes using Firebase with React Native simple. It is a light-weight layer sitting on-top of the native Firebase libraries for both iOS and Android which mirrors the Firebase Web SDK as closely as possible.

Although the Firebase Web SDK library will work with React Native, it is mainly built for the web.

RNFirebase provides a JavaScript bridge to the native Firebase SDKs for both iOS and Android therefore Firebase will run on the native thread, allowing the rest of your app to run on the JS thread. The Firebase Web SDK also runs on the JS thread, therefore potentially affecting the frame rate causing jank with animations, touch events etc.

The native SDKs also allow us to hook into device sdk's which are not possible with the web SDK, for example crash reporting, offline realtime database support, analytics and more!

All in all, RNFirebase provides much faster performance (~2x) over the web SDK and provides device sdk's not found in the web sdk (see the feature table below).


Supported Firebase Features

The Web SDK column indicates what modules/functionality from the Web SDK are usable within React Native.

'?' indicates partial support

Firebase Features v2.2.x v3.3.x v4.0.x Web SDK
AdMob
Analytics            
App Indexing          
Authentication
-- Phone Auth
Core ?
-- Multiple Apps
Cloud Firestore ?
Cloud Messaging (FCM) ? ?
Crashlytics          
Crash Reporting
Dynamic Links
Functions Callable v4.1+
Invites
Instance ID          ?
Performance Monitoring
Realtime Database
-- Offline Persistence ?
Remote Config
Storage ?

Supported versions - React Native / Firebase

The table below shows the supported versions of React Native and the Firebase SDKs for different versions of react-native-firebase

2.2.x 3.3.x 4.0.x
React Native 0.47 + 0.50 + 0.52 +
Firebase Android SDK 11.0.0 + 11.8.0 + 12.0.0 +
Firebase iOS SDK 4.0.0 + 4.7.0 + 4.11.0 +

Documentation

To check out our latest docs, visit rnfirebase.io

Questions

For questions and support please use our Discord chat or Stack Overflow. The issue list of this repo is exclusively for bug reports.

Issues

Please make sure to complete the issue template before opening an issue. Issues not conforming to the guidelines may be closed immediately.

Feature Requests

For feature requests please use our Canny Board.

Changelog

Detailed changes for each release are documented in the releases notes.


Supporting RNFirebase

RNFirebase is an Apache-2.0 licensed open source project. It's an independent project with its ongoing development made possible entirely thanks to the support by these awesome sponsors and backers. If you'd like to join them, please consider:

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

Backers

Thank you to all our backers! 🙏 [Become a backer]

Contributing

Please make sure to read the Contributing Guide before making a pull request.

Thank you to all the people who have already contributed to RNFirebase!


License