2

GCM has dry_run functionality:

This parameter, when set to true, allows developers to test a request without actually sending a message.

GCM is being deprecated in favor of FCM, but I don't see a similar feature in FCM.

Does FCM allow you to do a dry run?

lf215
  • 1,185
  • 7
  • 41
  • 83

2 Answers2

5

AL's answer is based on the FCM Legacy. For FCM v1, this option is called validate_only

You can see the documentation here: Firebase docs

AL.
  • 36,815
  • 10
  • 142
  • 281
Jacob Francke
  • 425
  • 6
  • 23
3

Yes. The dry_run feature is still available for FCM (Legacy).

AL.
  • 36,815
  • 10
  • 142
  • 281