vn-verdnaturachat/ios/Pods/FirebaseRemoteConfig
Diego Mello 9e4a4d2454
[CHORE] Use react-native-firebase (#928)
We need to migrate from deprecated react-native-fabric to react-native-firebase.
This PR enables following Firebase features:
* Analytics
* Crashlytics
* Performance

It also tracks screen view without the necessity of HOC.

Future work:
I won't do it in this PR because it's large enough, but we need to log more app events, like 'sent_message', 'open_admin', 'media_upload', etc.
2019-05-28 10:03:08 -03:00
..
Frameworks/FirebaseRemoteConfig.framework [CHORE] Use react-native-firebase (#928) 2019-05-28 10:03:08 -03:00
CHANGELOG [CHORE] Use react-native-firebase (#928) 2019-05-28 10:03:08 -03:00
README.md [CHORE] Use react-native-firebase (#928) 2019-05-28 10:03:08 -03:00

README.md

Firebase Remote Config SDK for iOS

This pod contains the Firebase Remote Config SDK for iOS, supporting both Objective-C and Swift.

Firebase Remote Config is a cloud service that lets you change the appearance and behavior of your app without requiring users to download an app update.

Please visit [our developer site] (https://firebase.google.com/docs/remote-config/) for integration instructions, documentation, support information, and terms of service.