Francesco149 / push_receiver

subscribe to GCM/FCM and receive notifications in python 2/3
The Unlicense
16 stars 13 forks source link

Make App ID configurable #5

Open tbook opened 2 years ago

tbook commented 2 years ago

Thanks for the great library! I'm trying it out, and was only able to get it to work when I inserted my actual app ID into the source at push_receiver/push_receiver.py. It would be great to make it configurable in the register() command, instead.

tbook commented 2 years ago

Submitted PR #6 to fix.