Is it possible to filter real-time developer notifications (RTDN) from Play Store

65 Views Asked by At

Looking at the Google Cloud RTDN documentation it appears you can receive four different types of developer notifications for example, a subscriptionNotification or a oneTimeProductNotification.

If I have a webhook that is only interested in receiving a subscriptionNotification is it possible to setup a subscriber that will only push a specific notification to the endpoint and ignore the others for example, not push voidedPurchaseNotification.

Looking at the Google cloud documentation you can filter based on attributes however from what I can see you cannot filter based on the message body.

Does anyone know if this is possible to setup with the subscriber or does the filtering need to happen at the handler?

0

There are 0 best solutions below