GCM provides a way to send dry run messages to test the request formats, as explain in reference https://developers.google.com/cloud-messaging/http-server-ref. How can the similar dry_run support be achieved with VAPID (FCM) standard?
How to send dry run notifications with vapid push notifications
1.8k views Asked by Mahesh Bale At
1
I know this is an old post, but I'll answer. Maybe it helps someone.
You can use DryRun to test in FCM too. Look:
You need to pass a bool as second parameter of send() function.