@@ -18,41 +18,40 @@ All in all, RNFirebase provides much faster performance over the web SDK and pro
18
18
19
19
> The Web SDK column indicates what modules/functionality from the Web SDK are usable within React Native. A ` ? ` indicates partial support.
20
20
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 ** | ✅ | ✅ | ✅ | ✅ | ** ? ** |
41
41
### Supported versions
42
42
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
48
45
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 `
50
47
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 + |
55
53
54
+ ---
56
55
57
56
58
57
## Contributors
0 commit comments