[docs] update features table

This commit is contained in:
Salakar 2017-08-26 05:31:41 +01:00
parent 88222524dc
commit 7e6b6f7a7c
1 changed files with 23 additions and 17 deletions

View File

@ -30,24 +30,30 @@ All in all, RNFirebase provides much faster performance (~2x) over the web SDK a
--- ---
## Supported Firebase Features ## 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 |
| ---------------------- | :---: | :---: | :---: | > '**?**' indicates partial support
| AdMob | ❌ | ✅ | ❌ |
| Analytics             | ✅ | ✅ | ❌ | | Firebase Features | v1.x.x | v2.x.x | v3.x.x | Web SDK |
| App Indexing           | ❌ | ❌ | ❌ | | ---------------------- | :---: | :---: | :---: | :---: |
| Authentication | ✅ | ✅ | ✅ | | **AdMob** | ❌ | ✅ | ✅ | ❌ |
| Cloud Messaging (FCM) | ✅ | ✅ | ❌ | | **Analytics**             | ✅ | ✅ | ✅ | ❌ |
| Crash Reporting | ✅ | ✅ | ❌ | | **App Indexing**           | ❌ | ❌ | ❌ | ❌ |
| Dynamic Links | ❌ | ❌ | ❌ | | **Authentication** | ✅ | ✅ | ✅ | ✅ |
| Invites | ❌ | ❌ | ❌ | | _-- Phone Auth_ | ❌ | ❌ | ✅ | ❌ |
| Performance Monitoring | ✅ | ✅ | ❌ | | **Core** | ❌ |**?**| ✅ | ✅ |
| Realtime Database | ✅ | ✅ | ✅ | | _-- Multiple Apps_ | ❌ | ❌ | ✅ | ✅ |
| - Offline Persistence | ✅ | ✅ | ❌ | | **Cloud Messaging (FCM)** | ✅ | ✅ | ✅ |**?**|
| - Transactions | ✅ | ✅ | ✅ | | **Crash Reporting** | ✅ | ✅ | ✅ | ❌ |
| Remote Config | ✅ | ✅ | ❌ | | **Dynamic Links** | ❌ | ❌ | ❌ | ❌ |
| Storage | ✅ | ✅ | ❌ | | **Invites** | ❌ | ❌ | ❌ | ❌ |
| **Performance Monitoring** | ✅ | ✅ | ✅ | ❌ |
| **Realtime Database** | ✅ | ✅ | ✅ | ✅ |
| _-- Offline Persistence_ | ✅ | ✅ | ✅ |**?**|
| _-- Transactions_ | ✅ | ✅ | ✅ | ✅ |
| **Remote Config** | ✅ | ✅ | ✅ | ❌ |
| **Storage** | ✅ | ✅ | ✅ |**?**|
--- ---
### Supported versions - React Native / Firebase ### Supported versions - React Native / Firebase