From 7e6b6f7a7cc2c0b0d77356142a9404a2d4195f58 Mon Sep 17 00:00:00 2001 From: Salakar Date: Sat, 26 Aug 2017 05:31:41 +0100 Subject: [PATCH] [docs] update features table --- docs/README.md | 40 +++++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/docs/README.md b/docs/README.md index 39431bdb..de9dfd52 100644 --- a/docs/README.md +++ b/docs/README.md @@ -30,24 +30,30 @@ All in all, RNFirebase provides much faster performance (~2x) over the web SDK a --- ## Supported Firebase Features -> The Web SDK column indicates what modules from the Firebase Web SDK are usable within React Native. +> The Web SDK column indicates what modules/functionality from the Web SDK are usable within React Native. -| Firebase Features | v1 | v2 | Web SDK | -| ---------------------- | :---: | :---: | :---: | -| AdMob | ❌ | ✅ | ❌ | -| Analytics             | ✅ | ✅ | ❌ | -| App Indexing           | ❌ | ❌ | ❌ | -| Authentication | ✅ | ✅ | ✅ | -| Cloud Messaging (FCM) | ✅ | ✅ | ❌ | -| Crash Reporting | ✅ | ✅ | ❌ | -| Dynamic Links | ❌ | ❌ | ❌ | -| Invites | ❌ | ❌ | ❌ | -| Performance Monitoring | ✅ | ✅ | ❌ | -| Realtime Database | ✅ | ✅ | ✅ | -| - Offline Persistence | ✅ | ✅ | ❌ | -| - Transactions | ✅ | ✅ | ✅ | -| Remote Config | ✅ | ✅ | ❌ | -| Storage | ✅ | ✅ | ❌ | + +> '**?**' indicates partial support + +| Firebase Features | v1.x.x | v2.x.x | v3.x.x | Web SDK | +| ---------------------- | :---: | :---: | :---: | :---: | +| **AdMob** | ❌ | ✅ | ✅ | ❌ | +| **Analytics**             | ✅ | ✅ | ✅ | ❌ | +| **App Indexing**           | ❌ | ❌ | ❌ | ❌ | +| **Authentication** | ✅ | ✅ | ✅ | ✅ | +| _-- Phone Auth_ | ❌ | ❌ | ✅ | ❌ | +| **Core** | ❌ |**?**| ✅ | ✅ | +| _-- Multiple Apps_ | ❌ | ❌ | ✅ | ✅ | +| **Cloud Messaging (FCM)** | ✅ | ✅ | ✅ |**?**| +| **Crash Reporting** | ✅ | ✅ | ✅ | ❌ | +| **Dynamic Links** | ❌ | ❌ | ❌ | ❌ | +| **Invites** | ❌ | ❌ | ❌ | ❌ | +| **Performance Monitoring** | ✅ | ✅ | ✅ | ❌ | +| **Realtime Database** | ✅ | ✅ | ✅ | ✅ | +| _-- Offline Persistence_ | ✅ | ✅ | ✅ |**?**| +| _-- Transactions_ | ✅ | ✅ | ✅ | ✅ | +| **Remote Config** | ✅ | ✅ | ✅ | ❌ | +| **Storage** | ✅ | ✅ | ✅ |**?**| --- ### Supported versions - React Native / Firebase