** Push notification to user on a speicific version of the app was introduced in version 49
server key: AAAA8NMHzts:APA91bFjZ397mj_ElThfxrs59IMEngwEST0jTxJbxf01_iANrCrH79lWlU2cgn3ri20_hsyLo7bYknJ0t7scicWA5618J2JbRecmxaeZCW6CEwe-GDgi-IePcePml1wCJR8h4_Hm5wXx
To send notifications, go to https://firebase-notifier.vercel.app/
** To send notifications to a specific version to all user:
-
set topic as: general_user
-
Don't add title and message
-
Click on ADD DATA
-
set two key-value item with key "message" and "version_code"
message: There is a new version available! You can download it from google play. version_code: 57
-
Click on SEND button.
** To send notifications to all user:
- set topic as: general_user
- Add title and message
- Add key-value data with key "message" message: There is a new version available! You can download it from google play.
- Click on SEND button.
** To send notifications to a specific version to specific user, use device token instead of "Topic".