xtrinch / fcm-django

FCM Django: Send push notifications via django to websites, iOS & android mobile devices through FCM (Firebase Cloud Messaging)
http://fcm-django.readthedocs.io/
MIT License
775 stars 196 forks source link

How to implement multiple FCK keys #20

Closed marloncepeda closed 7 years ago

marloncepeda commented 7 years ago

Hello, I have two projects that use FCM, the first one is the store that receives the purchase orders, the second is the buyer who makes the orders, for each I have different projects and different FCK keys, how can I make the server have two Keys and send to my buyer and seller push notifications.

xtrinch commented 7 years ago

Is it absolutely necessary to use two different keys?

sdbriney commented 7 years ago

My solution to this feature is in this pull request https://github.com/xtrinch/fcm-django/pull/28

xtrinch commented 7 years ago

Solution merged, closing issue :)