update features and versions table
This commit is contained in:
parent
2d8f6314d4
commit
88ab9f2178
50
README.md
50
README.md
@ -52,37 +52,37 @@ All in all, RNFirebase provides much faster performance (~2x) over the web SDK a
|
|||||||
|
|
||||||
> '**?**' indicates partial support
|
> '**?**' indicates partial support
|
||||||
|
|
||||||
| Firebase Features | v1.x.x | v2.x.x | v3.x.x | Web SDK |
|
| Firebase Features | v1.x.x | v2.x.x | v3.x.x | v3.1.x | Web SDK |
|
||||||
| ---------------------- | :---: | :---: | :---: | :---: |
|
| ---------------------- | :---: | :---: | :---: | :---: | :---: |
|
||||||
| **AdMob** | ❌ | ✅ | ✅ | ❌ |
|
| **AdMob** | ❌ | ✅ | ✅ | ✅ | ❌ |
|
||||||
| **Analytics** | ✅ | ✅ | ✅ | ❌ |
|
| **Analytics** | ✅ | ✅ | ✅ | ✅ | ❌ |
|
||||||
| **App Indexing** | ❌ | ❌ | ❌ | ❌ |
|
| **App Indexing** | ❌ | ❌ | ❌ | ✅ | ❌ |
|
||||||
| **Authentication** | ✅ | ✅ | ✅ | ✅ |
|
| **Authentication** | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||||
| _-- Phone Auth_ | ❌ | ❌ | ✅ | ❌ |
|
| _-- Phone Auth_ | ❌ | ❌ | ✅ | ✅ | ❌ |
|
||||||
| **Core** | ❌ |**?**| ✅ | ✅ |
|
| **Core** | ❌ |**?**| ✅ | ✅ | ✅ |
|
||||||
| _-- Multiple Apps_ | ❌ | ❌ | ✅ | ✅ |
|
| _-- Multiple Apps_ | ❌ | ❌ | ✅ | ✅ | ✅ |
|
||||||
| **Cloud Firestore** | ❌ | ❌ | ✅ | ❌ |
|
| **Cloud Firestore** | ❌ | ❌ | ✅ | ✅ | ❌ |
|
||||||
| **Cloud Messaging (FCM)** | ✅ | ✅ | ✅ |**?**|
|
| **Cloud Messaging (FCM)** | ✅ | ✅ | ✅ | ✅ |**?**|
|
||||||
| **Crash Reporting** | ✅ | ✅ | ✅ | ❌ |
|
| **Crash Reporting** | ✅ | ✅ | ✅ | ✅ | ❌ |
|
||||||
| **Dynamic Links** | ❌ | ❌ | ❌ | ❌ |
|
| **Dynamic Links** | ❌ | ❌ | ❌ | ✅ | ❌ |
|
||||||
| **Invites** | ❌ | ❌ | ❌ | ❌ |
|
| **Invites** | ❌ | ❌ | ❌ |**?**| ❌ |
|
||||||
| **Performance Monitoring** | ✅ | ✅ | ✅ | ❌ |
|
| **Performance Monitoring** | ✅ | ✅ | ✅ | ✅ | ❌ |
|
||||||
| **Realtime Database** | ✅ | ✅ | ✅ | ✅ |
|
| **Realtime Database** | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||||
| _-- Offline Persistence_ | ✅ | ✅ | ✅ |**?**|
|
| _-- Offline Persistence_ | ✅ | ✅ | ✅ | ✅ |**?**|
|
||||||
| _-- Transactions_ | ✅ | ✅ | ✅ | ✅ |
|
| _-- Transactions_ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||||
| **Remote Config** | ✅ | ✅ | ✅ | ❌ |
|
| **Remote Config** | ✅ | ✅ | ✅ | ✅ | ❌ |
|
||||||
| **Storage** | ✅ | ✅ | ✅ |**?**|
|
| **Storage** | ✅ | ✅ | ✅ | ✅ |**?**|
|
||||||
|
|
||||||
---
|
---
|
||||||
### Supported versions - React Native / Firebase
|
### Supported versions - React Native / Firebase
|
||||||
|
|
||||||
> The table below shows the supported versions of React Native and the Firebase SDKs for different versions of `react-native-firebase`
|
> The table below shows the supported versions of React Native and the Firebase SDKs for different versions of `react-native-firebase`
|
||||||
|
|
||||||
| | 1.X.X | 2.0.X | 2.1.X / 2.2.X | 3.0.X |
|
| | 1.X.X | 2.0.X | 2.1.X / 2.2.X | 3.0.X | 3.1.X |
|
||||||
|------------------------|-------------|-------------|-----------------|----------|
|
|------------------------|-------------|-------------|-----------------|----------|----------|
|
||||||
| React Native | 0.36 - 0.39 | 0.40 - 0.46 | 0.47 + | 0.48 + |
|
| React Native | 0.36 - 0.39 | 0.40 - 0.46 | 0.47 + | 0.48 + | 0.48 + |
|
||||||
| Firebase Android SDK | 10.2.0 + | 11.0.0 + | 11.0.0 + | 11.4.2 + |
|
| Firebase Android SDK | 10.2.0 + | 11.0.0 + | 11.0.0 + | 11.4.2 + | 11.4.2 + |
|
||||||
| Firebase iOS SDK | 3.15.0 + | 4.0.0 + | 4.0.0 + | 4.3.0 + |
|
| Firebase iOS SDK | 3.15.0 + | 4.0.0 + | 4.0.0 + | 4.3.0 + | 4.5.0 + |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user