Reputation: 597
Have a requirement where we need to send push notification to users based on some A/B test. So different users will receive different content and we hope to reuse the existing firebase A/B testing framework we already have. How can this be done? Only way I can think of is for our client/app to get remote config when launched and submit it somewhere to our server. Is there a better way?
Upvotes: 1
Views: 581
Reputation: 31
You can use randomizationId for A/B test now in server environment.
In your firebase project shortcuts select Remote Config and top of the page select Server instead of Client.Then you will be able to use FRC in server environment.
For detailed usage you can check docs here
Upvotes: 0
Reputation: 179
Firebaser here!
Unfortunately Firebase ABT does not support this use case at the moment.
Upvotes: 1