Update README.md
This commit is contained in:
parent
927eaab852
commit
246ffa1301
|
@ -29,18 +29,19 @@ 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) |
|
| Firebase Features | v1 | [v2](https://github.com/invertase/react-native-firebase/pull/130) | Web SDK |
|
||||||
| ---------------------- | :---: | :---: |
|
| ---------------------- | :---: | :---: | :---: |
|
||||||
| Analytics | ✅ | ✅ |
|
| Analytics | ✅ | ✅ | ❌ |
|
||||||
| Cloud Messaging | ✅ | ✅ |
|
| Cloud Messaging | ✅ | ✅ | ❌ |
|
||||||
| Authentication | ✅ | ✅ |
|
| Authentication | ✅ | ✅ | ✅ |
|
||||||
| Realtime Database | ✅ | ✅ |
|
| Realtime Database | ✅ | ✅ | ✅ |
|
||||||
| Storage | ✅ | ✅ |
|
| - Offline Persistance | ✅ | ✅ | ❌ |
|
||||||
| Performance Monitoring | ✅ | ✅ |
|
| Storage | ✅ | ✅ | ❌ |
|
||||||
| Crash Reporting | ✅ | ✅ |
|
| Performance Monitoring | ✅ | ✅ | ❌ |
|
||||||
| Remote Config | ✅ | ✅ |
|
| Crash Reporting | ✅ | ✅ | ❌ |
|
||||||
| App Indexing | ❌ | ❌ |
|
| Remote Config | ✅ | ✅ | ❌ |
|
||||||
| Dynamic Links | ❌ | ❌ |
|
| App Indexing | ❌ | ❌ | ❌ |
|
||||||
| Invites | ❌ | ❌ |
|
| Dynamic Links | ❌ | ❌ | ❌ |
|
||||||
| AdMob | ❌ | ✅ |
|
| Invites | ❌ | ❌ | ❌ |
|
||||||
|
| AdMob | ❌ | ✅ | ❌ |
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue