From 1ce16e0aa2fc8660f77036817822863d1086530a Mon Sep 17 00:00:00 2001 From: Michael Diarmid Date: Wed, 14 Jun 2017 23:51:01 +0100 Subject: [PATCH] added supported features table --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 366cd071..eb43f80f 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,25 @@ RNFirebase provides a JavaScript bridge to the native Firebase SDKs for both iOS 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! -
+--- +### Supported Firebase Features + +| Firebase Features | v1 | [v2](https://github.com/invertase/react-native-firebase/pull/130) | +| ---------------------- | :---: | :---: | +| Analytics             | ✅ | ✅ | +| Cloud Messaging | ✅ | ✅ | +| Authentication | ✅ | ✅ | +| Realtime Database | ✅ | ✅ | +| Storage | ✅ | ✅ | +| Performance Monitoring | ✅ | ✅ | +| Crash Reporting | ✅ | ✅ | +| Remote Config | ✅ | ✅ | +| App Indexing           | ❌ | ❌ | +| Dynamic Links | ❌ | ❌ | +| Invites | ❌ | ❌ | +| AdMob | ❌ | ✅ | + +--- ### License