mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-23 03:59:18 +08:00
added supported features table
This commit is contained in:
20
README.md
20
README.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user