felixclack / react-native-firebase

A well tested Firebase implementation for React Native, supporting both iOS & Android apps.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Firebase

Chat Gitter npm version License Donate

RNFirebase makes using Firebase with React Native simple.

Documentation


Install

npm i react-native-firebase --save

Platform specific setup guides:

ios android


Why

RNFirebase 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. 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. All in all, RNFirebase provides much faster performance (~2x) over the web SDK.

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, analyics and more!


License

  • MIT

About

A well tested Firebase implementation for React Native, supporting both iOS & Android apps.

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

License:MIT License


Languages

Language:JavaScript 55.6%Language:Java 23.2%Language:Objective-C 20.5%Language:Python 0.3%Language:Ruby 0.3%Language:Shell 0.3%