1

I am setting up an A/B experiment in Firebase dashboard. When I create the experiment I only get an option for sending 'notification' type push messages, which has certain limitations like background, image,etc.

Is there any way, I can set up 'data' messages, for firebase A/B experiment ?

The Firebase console UI only gives the notification option. My client is Android Device.

Mayuri Khinvasara
  • 1,437
  • 1
  • 16
  • 12

1 Answers1

2

This is not currently possible, although if this is something that's important for you, please go ahead and file a feature request, describing your use case.

That said, you can accomplish nearly all data-only message experiments with a Remote Config experiment. You might want to look into that as another possibility.

Todd Kerpelman
  • 16,875
  • 4
  • 42
  • 40