A python script that send push notification to devices with device token.
15
stars
4
forks
source link
readme
fcm-push-notification-python-script
Install "requests" module by running ->
pip3 install requests
Replace the deviceToken key with the device Token for which you want to send push notification.
Replace serverToken key with your serverKey from Firebase Console