'Firebase React Native A/B Testing. How to get Firebase Instance ID tokens?
https://firebase.google.com/docs/ab-testing/abtest-with-console
This page shows only Native code. I can't find React Native / javascript code.
Solution 1:[1]
Looks like you could use React Native Firebase. Documentation states you can use A/B Testing with Remote Config, Cloud Messaging, or In-App Messaging. https://rnfirebase.io/remote-config/usage.
To get the Firebase Token, you can use the messaging package - https://rnfirebase.io/reference/messaging#getToken
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
