added supported features table

This commit is contained in:
Michael Diarmid 2017-06-14 23:51:01 +01:00 committed by GitHub
parent 18f5c9be49
commit 1ce16e0aa2
1 changed files with 19 additions and 1 deletions

View File

@ -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