2
0
mirror of synced 2025-02-20 01:58:09 +00:00

Update README.md

This commit is contained in:
Elliot Hesp 2017-06-16 09:53:21 +01:00 committed by GitHub
parent 1ce16e0aa2
commit 927eaab852

View File

@ -38,20 +38,22 @@ The native SDKs also allow us to hook into device sdk's which are not possible w
--- ---
### Supported Firebase Features ### Supported Firebase Features
| Firebase Features | v1 | [v2](https://github.com/invertase/react-native-firebase/pull/130) | > The Web SDK column indicates what modules from the Firebase Web SDK are usable with React Native.
| ---------------------- | :---: | :---: |
| Analytics             | ✅ | ✅ | | Firebase Features | v1 | [v2](https://github.com/invertase/react-native-firebase/pull/130) | Web SDK |
| Cloud Messaging | ✅ | ✅ | | ---------------------- | :---: | :---: | :---: |
| Authentication | ✅ | ✅ | | Analytics             | ✅ | ✅ | ❌ |
| Realtime Database | ✅ | ✅ | | Cloud Messaging | ✅ | ✅ | ❌ |
| Storage | ✅ | ✅ | | Authentication | ✅ | ✅ | ✅ |
| Performance Monitoring | ✅ | ✅ | | Realtime Database | ✅ | ✅ | ✅ |
| Crash Reporting | ✅ | ✅ | | Storage | ✅ | ✅ | ❌ |
| Remote Config | ✅ | ✅ | | Performance Monitoring | ✅ | ✅ | ❌ |
| App Indexing           | ❌ | ❌ | | Crash Reporting | ✅ | ✅ | ❌ |
| Dynamic Links | ❌ | ❌ | | Remote Config | ✅ | ✅ | ❌ |
| Invites | ❌ | ❌ | | App Indexing           | ❌ | ❌ | ❌ |
| AdMob | ❌ | ✅ | | Dynamic Links | ❌ | ❌ | ❌ |
| Invites | ❌ | ❌ | ❌ |
| AdMob | ❌ | ✅ | ❌ |
--- ---