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.