2
0
mirror of synced 2025-02-20 01:58:09 +00:00

update features table

This commit is contained in:
Michael Diarmid 2017-08-28 15:12:06 +01:00 committed by GitHub
parent b7a996971c
commit 1824b4acd4

View File

@ -37,26 +37,31 @@ The native SDKs also allow us to hook into device sdk's which are not possible w
All in all, RNFirebase provides much faster performance (~2x) over the web SDK and provides device sdk's not found in the web sdk (see the feature table below). All in all, RNFirebase provides much faster performance (~2x) over the web SDK and provides device sdk's not found in the web sdk (see the feature table below).
--- ---
### Supported Firebase Features ## Supported Firebase Features
> The Web SDK column indicates what modules/functionality from the Web SDK are usable within React Native.
> The Web SDK column indicates what modules from the Firebase Web SDK are usable with React Native.
| Firebase Features | v1 | v2 | Web SDK | > '**?**' indicates partial support
| ---------------------- | :---: | :---: | :---: |
| AdMob | ❌ | ✅ | ❌ | | Firebase Features | v1.x.x | v2.x.x | v3.x.x | Web SDK |
| Analytics             | ✅ | ✅ | ❌ | | ---------------------- | :---: | :---: | :---: | :---: |
| App Indexing           | ❌ | ❌ | ❌ | | **AdMob** | ❌ | ✅ | ✅ | ❌ |
| Authentication | ✅ | ✅ | ✅ | | **Analytics**             | ✅ | ✅ | ✅ | ❌ |
| Cloud Messaging | ✅ | ✅ | ❌ | | **App Indexing**           | ❌ | ❌ | ❌ | ❌ |
| Crash Reporting | ✅ | ✅ | ❌ | | **Authentication** | ✅ | ✅ | ✅ | ✅ |
| Dynamic Links | ❌ | ❌ | ❌ | | _-- Phone Auth_ | ❌ | ❌ | ✅ | ❌ |
| Invites | ❌ | ❌ | ❌ | | **Core** | ❌ |**?**| ✅ | ✅ |
| Performance Monitoring | ✅ | ✅ | ❌ | | _-- Multiple Apps_ | ❌ | ❌ | ✅ | ✅ |
| Realtime Database | ✅ | ✅ | ✅ | | **Cloud Messaging (FCM)** | ✅ | ✅ | ✅ |**?**|
| - Offline Persistance | ✅ | ✅ | ❌ | | **Crash Reporting** | ✅ | ✅ | ✅ | ❌ |
| - Transactions | ✅ | ✅ | ✅ | | **Dynamic Links** | ❌ | ❌ | ❌ | ❌ |
| Remote Config | ✅ | ✅ | ❌ | | **Invites** | ❌ | ❌ | ❌ | ❌ |
| Storage | ✅ | ✅ | ❌ | | **Performance Monitoring** | ✅ | ✅ | ✅ | ❌ |
| **Realtime Database** | ✅ | ✅ | ✅ | ✅ |
| _-- Offline Persistence_ | ✅ | ✅ | ✅ |**?**|
| _-- Transactions_ | ✅ | ✅ | ✅ | ✅ |
| **Remote Config** | ✅ | ✅ | ✅ | ❌ |
| **Storage** | ✅ | ✅ | ✅ |**?**|
--- ---
### Supported versions - React Native / Firebase ### Supported versions - React Native / Firebase