From 927eaab852ae5ff2e56b3b04325be90c19bee6e3 Mon Sep 17 00:00:00 2001 From: Elliot Hesp Date: Fri, 16 Jun 2017 09:53:21 +0100 Subject: [PATCH] Update README.md --- README.md | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index eb43f80f..e5093484 100644 --- a/README.md +++ b/README.md @@ -38,20 +38,22 @@ The native SDKs also allow us to hook into device sdk's which are not possible w --- ### 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 | ❌ | ✅ | +> The Web SDK column indicates what modules from the Firebase Web SDK are usable with React Native. + +| Firebase Features | v1 | [v2](https://github.com/invertase/react-native-firebase/pull/130) | Web SDK | +| ---------------------- | :---: | :---: | :---: | +| Analytics             | ✅ | ✅ | ❌ | +| Cloud Messaging | ✅ | ✅ | ❌ | +| Authentication | ✅ | ✅ | ✅ | +| Realtime Database | ✅ | ✅ | ✅ | +| Storage | ✅ | ✅ | ❌ | +| Performance Monitoring | ✅ | ✅ | ❌ | +| Crash Reporting | ✅ | ✅ | ❌ | +| Remote Config | ✅ | ✅ | ❌ | +| App Indexing           | ❌ | ❌ | ❌ | +| Dynamic Links | ❌ | ❌ | ❌ | +| Invites | ❌ | ❌ | ❌ | +| AdMob | ❌ | ✅ | ❌ | ---