added supported features table
This commit is contained in:
parent
18f5c9be49
commit
1ce16e0aa2
20
README.md
20
README.md
|
@ -35,7 +35,25 @@ RNFirebase provides a JavaScript bridge to the native Firebase SDKs for both iOS
|
|||
|
||||
The native SDKs also allow us to hook into device sdk's which are not possible with the web SDK, for example crash reporting, offline realtime database support, analyics and more!
|
||||
|
||||
<hr>
|
||||
---
|
||||
### Supported Firebase Features
|
||||
|
||||
| Firebase Features | v1 | [v2](https://github.com/invertase/react-native-firebase/pull/130) |
|
||||
| ---------------------- | :---: | :---: |
|
||||
| Analytics | ✅ | ✅ |
|
||||
| Cloud Messaging | ✅ | ✅ |
|
||||
| Authentication | ✅ | ✅ |
|
||||
| Realtime Database | ✅ | ✅ |
|
||||
| Storage | ✅ | ✅ |
|
||||
| Performance Monitoring | ✅ | ✅ |
|
||||
| Crash Reporting | ✅ | ✅ |
|
||||
| Remote Config | ✅ | ✅ |
|
||||
| App Indexing | ❌ | ❌ |
|
||||
| Dynamic Links | ❌ | ❌ |
|
||||
| Invites | ❌ | ❌ |
|
||||
| AdMob | ❌ | ✅ |
|
||||
|
||||
---
|
||||
|
||||
### License
|
||||
|
||||
|
|
Loading…
Reference in New Issue