Milan Nikolić
Milan Nikolić

Reputation: 37

Is Firebase A/B testing suported for REACT?

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

Answers (1)

Eran
Eran

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

Related Questions