From c3fe11e4462f8cadf431c6db41a2d2bff81853e5 Mon Sep 17 00:00:00 2001 From: Salakar Date: Sat, 26 Aug 2017 05:14:47 +0100 Subject: [PATCH] [docs] added v3 note --- docs/README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.