Reputation: 37
I am looking in to implementing A/B testing in an REACT app. Is Firebase A/B testing suported, or not? Is there an alternative if not?
The is a similiar question on StackOwerflow but it's 12 months old, maybe since they implemented it?
Also while we're here. What about other Firebase services, are they supported for REACT?
Thanks.
Upvotes: 0
Views: 689
Reputation: 1702
You can use this npm package to set up react native + firebase :
https://www.npmjs.com/package/react-native-firebase
and use the supported 'remote-config' feature to do A/B testing as suggested here :
Unable to include AB Testing for React Native application
Upvotes: 1