1

I am using firebase to send the push notification to user devices. I want to send the push notifications to only to devices which have specific app version.

Is there any way to send push notification from server programmatically not using firebase console. So far I am not storing the user's app version in the server database.

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
  • 1
    Without having the app-version on you server DB, or not checking app-version on your app when receiving it you will not be able to filter the notification to only those with a certain app-version – sebasira Apr 16 '20 at 11:10
  • See [my answer](https://stackoverflow.com/a/54446622/209103) to the question I linked for an example of how to implement this. – Frank van Puffelen Apr 16 '20 at 13:45

0 Answers0