A/B Testing for Expo (Google)

Hi, I want to implement event logging for analytics, and soon do A/B testing.

I’ve read that Google Optimize a.k.a. Google Firebase Analytics does not work with Expo because the Remote Config doesn’t work.

  1. Is it not possible to use Google Optimize with Expo because of this?
  2. I am using EAS and testing using a custom development client (i.e. expo start --dev-client). Will all of the pieces for A/B testing working in this case? (It’s my understanding that I can use any package now, but I’d have to re-build with EAS for the internal client.)
  3. Is there another logging tool I should go with that has more seamless A/B testing for Expo?

Thanks!