Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there dry_run functionality in FCM?

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?

like image 270
lf215 Avatar asked Nov 16 '25 16:11

lf215


2 Answers

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

like image 183
Jacob Francke Avatar answered Nov 19 '25 05:11

Jacob Francke


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

like image 23
AL. Avatar answered Nov 19 '25 05:11

AL.