Push notification system with log and API. Part 2: Pusher - a1k89/Blog GitHub Wiki

Prepare

  • In the last article we have notifier app
  • Now: we create the pusher application: send push notifications to our mobile clients
  • For push: will use firebase push notifications with this great library

Short description

  • Pusher must to get events from

Realization

  1. Create Pusher application and configure it
  2. Create service:
pusher.services.main:

class Pusher: