Rocket.Chat.ReactNative/ios/Pods/FirebaseABTesting
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/FirebaseABTesting.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 ABTesting SDK for iOS

A/B testing is a Firebase service that lets you run experiments across users of your iOS and Android apps. It lets you learn how well one or more changes to your app work with a smaller set of users before you roll out changes to all users. You run experiments to find the most effective ways to use the Notifications composer and Firebase Remote Config in your app.

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