diff --git a/README.md b/README.md index 366cd071..eb43f80f 100644 --- a/README.md +++ b/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! -
+--- +### 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