1

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?

4

1 回答 1

1

Firebase在这里!

不幸的是,Firebase ABT 目前不支持此用例。

于 2019-06-18T23:29:33.813 回答