mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-06-12 17:09:00 +08:00
Update README.md
This commit is contained in:
30
README.md
30
README.md
@@ -38,20 +38,22 @@ 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 | ❌ | ✅ |
|
||||
> The Web SDK column indicates what modules from the Firebase Web SDK are usable with React Native.
|
||||
|
||||
| Firebase Features | v1 | [v2](https://github.com/invertase/react-native-firebase/pull/130) | Web SDK |
|
||||
| ---------------------- | :---: | :---: | :---: |
|
||||
| Analytics | ✅ | ✅ | ❌ |
|
||||
| Cloud Messaging | ✅ | ✅ | ❌ |
|
||||
| Authentication | ✅ | ✅ | ✅ |
|
||||
| Realtime Database | ✅ | ✅ | ✅ |
|
||||
| Storage | ✅ | ✅ | ❌ |
|
||||
| Performance Monitoring | ✅ | ✅ | ❌ |
|
||||
| Crash Reporting | ✅ | ✅ | ❌ |
|
||||
| Remote Config | ✅ | ✅ | ❌ |
|
||||
| App Indexing | ❌ | ❌ | ❌ |
|
||||
| Dynamic Links | ❌ | ❌ | ❌ |
|
||||
| Invites | ❌ | ❌ | ❌ |
|
||||
| AdMob | ❌ | ✅ | ❌ |
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user