Skip to content

Commit c1ecb10

Browse files
authored
update version table
1 parent bdd4abc commit c1ecb10

File tree

1 file changed

+29
-30
lines changed

1 file changed

+29
-30
lines changed

v3.1.*/getting-started.md

+29-30
Original file line numberDiff line numberDiff line change
@@ -18,41 +18,40 @@ All in all, RNFirebase provides much faster performance over the web SDK and pro
1818

1919
> The Web SDK column indicates what modules/functionality from the Web SDK are usable within React Native. A `?` indicates partial support.
2020
21-
| Firebase Features | v1.x.x | v2.x.x | v3.x.x | Web SDK |
22-
| ---------------------- | :---: | :---: | :---: | :---: |
23-
| **AdMob** |||||
24-
| **Analytics**             |||||
25-
| **App Indexing**           |||||
26-
| **Authentication** |||||
27-
| _-- Phone Auth_ |||||
28-
| **Core** ||**?**|||
29-
| _-- Multiple Apps_ |||||
30-
| **Cloud Messaging (FCM)** | |||**?**|
31-
| **Crash Reporting** |||| |
32-
| **Dynamic Links** | | | ||
33-
| **Invites** ||| ||
34-
| **Performance Monitoring** | | | ||
35-
| **Realtime Database** |||| |
36-
| _-- Offline Persistence_ ||||**?**|
37-
| _-- Transactions_ |||||
38-
| **Remote Config** |||| |
39-
| **Storage** ||||**?**|
40-
21+
| Firebase Features | v1.x.x | v2.x.x | v3.x.x | v3.1.x | Web SDK |
22+
| ---------------------- | :---: | :---: | :---: | :---: | :---: |
23+
| **AdMob** |||| | |
24+
| **Analytics**             |||| | |
25+
| **App Indexing**           |||| | |
26+
| **Authentication** ||||||
27+
| _-- Phone Auth_ |||| | |
28+
| **Core** ||**?**||||
29+
| _-- Multiple Apps_ ||||||
30+
| **Cloud Firestore** | | | |||
31+
| **Cloud Messaging (FCM)** |||| |**?**|
32+
| **Crash Reporting** | | | | ||
33+
| **Dynamic Links** |||| ||
34+
| **Invites** | | | |**?**||
35+
| **Performance Monitoring** ||||| |
36+
| **Realtime Database** ||||||
37+
| _-- Offline Persistence_ |||||**?**|
38+
| _-- Transactions_ |||| | |
39+
| **Remote Config** ||||||
40+
| **Storage** |||||**?**|
4141
### Supported versions
4242

43-
> The table below shows the supported version of `react-native-firebase` for different React Native versions
44-
45-
| | v0.36 - v0.39 | v0.40 - v0.46 | v0.47 +
46-
| ------------------------------- | :---: | :---: | :---: |
47-
| react-native-firebase | 1.X.X | 2.X.X | 2.1.X |
43+
---
44+
### Supported versions - React Native / Firebase
4845

49-
> The table below shows the minimum supported versions of the Firebase SDKs for each version of `react-native-firebase`
46+
> The table below shows the supported versions of React Native and the Firebase SDKs for different versions of `react-native-firebase`
5047
51-
| | v1 | v2 | v3 |
52-
| ---------------------- | :---: | :---: | :---: |
53-
| Firebase Android SDK | 10.2.0+ | 11.0.0 + | 11.2.0 + |
54-
| Firebase iOS SDK | 3.15.0+ | 4.0.0 + | 4.0.0 + |
48+
| | 1.X.X | 2.0.X | 2.1.X / 2.2.X | 3.0.X | 3.1.X |
49+
|------------------------|-------------|-------------|-----------------|----------|----------|
50+
| React Native | 0.36 - 0.39 | 0.40 - 0.46 | 0.47 + | 0.48 + | 0.48 + |
51+
| Firebase Android SDK | 10.2.0 + | 11.0.0 + | 11.0.0 + | 11.4.2 + | 11.4.2 + |
52+
| Firebase iOS SDK | 3.15.0 + | 4.0.0 + | 4.0.0 + | 4.3.0 + | 4.5.0 + |
5553

54+
---
5655

5756

5857
## Contributors

0 commit comments

Comments
 (0)