diff --git a/docs/README.md b/docs/README.md index f11d996d..39431bdb 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,3 +1,9 @@ +--- + +!> v3 has not been published yet, for the currently published version see the [v2 docs](/v2/) + +--- +
[![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.