Update README.md

This commit is contained in:
Michael Diarmid 2017-06-16 12:24:36 +01:00 committed by GitHub
parent 927eaab852
commit 246ffa1301
1 changed files with 15 additions and 14 deletions

View File

@ -29,18 +29,19 @@ The native SDKs also allow us to hook into device sdk's which are not possible w
## 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 | ❌ | ✅ |
| Firebase Features | v1 | [v2](https://github.com/invertase/react-native-firebase/pull/130) | Web SDK |
| ---------------------- | :---: | :---: | :---: |
| Analytics             | ✅ | ✅ | ❌ |
| Cloud Messaging | ✅ | ✅ | ❌ |
| Authentication | ✅ | ✅ | ✅ |
| Realtime Database | ✅ | ✅ | ✅ |
| - Offline Persistance | ✅ | ✅ | ❌ |
| Storage | ✅ | ✅ | ❌ |
| Performance Monitoring | ✅ | ✅ | ❌ |
| Crash Reporting | ✅ | ✅ | ❌ |
| Remote Config | ✅ | ✅ | ❌ |
| App Indexing           | ❌ | ❌ | ❌ |
| Dynamic Links | ❌ | ❌ | ❌ |
| Invites | ❌ | ❌ | ❌ |
| AdMob | ❌ | ✅ | ❌ |