[docs] added v3 note
This commit is contained in:
parent
11df0a0240
commit
c3fe11e446
|
@ -1,3 +1,9 @@
|
|||
---
|
||||
|
||||
!> v3 has not been published yet, for the currently published version see the [v2 docs](/v2/)
|
||||
|
||||
---
|
||||
|
||||
<div style="text-align: center;">
|
||||
[![npm version](https://img.shields.io/npm/v/react-native-firebase.svg?style=flat-square)](https://www.npmjs.com/package/react-native-firebase)
|
||||
[![NPM downloads](https://img.shields.io/npm/dm/react-native-firebase.svg?style=flat-square)](https://www.npmjs.com/package/react-native-firebase)
|
||||
|
@ -10,6 +16,7 @@
|
|||
|
||||
---
|
||||
|
||||
|
||||
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](https://www.npmjs.com/package/firebase) library will work with React Native, it is mainly built for the web.
|
||||
|
|
Loading…
Reference in New Issue