@@ -18,37 +18,65 @@ 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
-
41
- ### Supported versions
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 |
48
-
49
- > The table below shows the minimum supported versions of the Firebase SDKs for each version of ` react-native-firebase `
50
-
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 + |
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
+
42
+ ---
43
+ ### Supported versions - React Native / Firebase
44
+
45
+ > The table below shows the supported versions of React Native and the Firebase SDKs for different versions of ` react-native-firebase `
46
+
47
+ | | 1.X.X | 2.0.X | 2.1.X / 2.2.X | 3.0.X | 3.1.X |
48
+ | ------------------------| -------------| -------------| -----------------| ----------| ----------|
49
+ | React Native | 0.36 - 0.39 | 0.40 - 0.46 | 0.47 + | 0.48 + | 0.48 + |
50
+ | Firebase Android SDK | 10.2.0 + | 11.0.0 + | 11.0.0 + | 11.4.2 + | 11.4.2 + |
51
+ | Firebase iOS SDK | 3.15.0 + | 4.0.0 + | 4.0.0 + | 4.3.0 + | 4.5.0 + |
52
+
53
+ ---
54
+
55
+ ## Contributors
56
+
57
+ This project exists thanks to all the people who contribute. [[ Contribute]] ( CONTRIBUTING.md ) .
58
+ <a href =" graphs/contributors " ><img src =" https://opencollective.com/react-native-firebase/contributors.svg?width=890 " /></a >
59
+
60
+
61
+ ## Backers
62
+
63
+ Thank you to all our backers! 🙏 [[ Become a backer] ( https://opencollective.com/react-native-firebase#backer )]
64
+
65
+ <a href =" https://opencollective.com/react-native-firebase#backers " target =" _blank " ><img src =" https://opencollective.com/react-native-firebase/backers.svg?width=890 " ></a >
66
+
67
+
68
+ ## Sponsors
69
+
70
+ Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[ Become a sponsor] ( https://opencollective.com/react-native-firebase#sponsor )]
71
+
72
+ <a href =" https://opencollective.com/react-native-firebase/sponsor/0/website " target =" _blank " ><img src =" https://opencollective.com/react-native-firebase/sponsor/0/avatar.svg " ></a >
73
+ <a href =" https://opencollective.com/react-native-firebase/sponsor/1/website " target =" _blank " ><img src =" https://opencollective.com/react-native-firebase/sponsor/1/avatar.svg " ></a >
74
+ <a href =" https://opencollective.com/react-native-firebase/sponsor/2/website " target =" _blank " ><img src =" https://opencollective.com/react-native-firebase/sponsor/2/avatar.svg " ></a >
75
+ <a href =" https://opencollective.com/react-native-firebase/sponsor/3/website " target =" _blank " ><img src =" https://opencollective.com/react-native-firebase/sponsor/3/avatar.svg " ></a >
76
+ <a href =" https://opencollective.com/react-native-firebase/sponsor/4/website " target =" _blank " ><img src =" https://opencollective.com/react-native-firebase/sponsor/4/avatar.svg " ></a >
77
+ <a href =" https://opencollective.com/react-native-firebase/sponsor/5/website " target =" _blank " ><img src =" https://opencollective.com/react-native-firebase/sponsor/5/avatar.svg " ></a >
78
+ <a href =" https://opencollective.com/react-native-firebase/sponsor/6/website " target =" _blank " ><img src =" https://opencollective.com/react-native-firebase/sponsor/6/avatar.svg " ></a >
79
+ <a href =" https://opencollective.com/react-native-firebase/sponsor/7/website " target =" _blank " ><img src =" https://opencollective.com/react-native-firebase/sponsor/7/avatar.svg " ></a >
80
+ <a href =" https://opencollective.com/react-native-firebase/sponsor/8/website " target =" _blank " ><img src =" https://opencollective.com/react-native-firebase/sponsor/8/avatar.svg " ></a >
81
+ <a href =" https://opencollective.com/react-native-firebase/sponsor/9/website " target =" _blank " ><img src =" https://opencollective.com/react-native-firebase/sponsor/9/avatar.svg " ></a >
82
+
0 commit comments