Skip to main content

FCM/GCM push notification client

Project description

PyPI Version Build Status Coverage Documentation Status Py Versions

A library to subscribe to GCM/FCM and receive notifications within a python application.

When should I use firebase-messaging ?

  • I want to receive push notifications sent using Firebase Cloud Messaging in a python application.

When should I not use firebase-messaging ?

  • I want to send push notifications (use the firebase SDK instead)

  • My application is running on a FCM supported platform (Android, iOS, Web).

Install

PyPi:

$ pip install firebase-messaging

Requirements

  • Firebase sender id to receive notification

  • Firebase serverKey to send notification (optional)

Usage

python:

from firebase_messaging import FcmPushClient

def on_notification(obj, notification, data_message):
    # Do something with the notification
    pass

pc = FcmPushClient(None)
fcm_token = pc.checkin(sender_id, app_id)

# Notify the service you're connecting to of your FCM token

pc.connect(YOUR_NOTIFICATION_CALLBACK)

Attribution

Code originally based on typescript/node implementation by Matthieu Lemoine. See this blog post for more details.

Converted to python by lolisamurai

http decryption logic in decrypt.py by Martin Thomson

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

firebase_messaging-0.1.3.tar.gz (29.0 kB view details)

Uploaded Source

Built Distribution

firebase_messaging-0.1.3-py3-none-any.whl (27.7 kB view details)

Uploaded Python 3

File details

Details for the file firebase_messaging-0.1.3.tar.gz.

File metadata

  • Download URL: firebase_messaging-0.1.3.tar.gz
  • Upload date:
  • Size: 29.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for firebase_messaging-0.1.3.tar.gz
Algorithm Hash digest
SHA256 68fbcabf49d5d8bee47463f123e2421a320b428a760ce82c319b8e3e9f6b1761
MD5 03400dc91fec0512e817ff0ddefaf60a
BLAKE2b-256 173ff9c84b512234539882227aca15e1920914b36d3eee04297060e9b7c07135

See more details on using hashes here.

File details

Details for the file firebase_messaging-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for firebase_messaging-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 9e2f4bf29c21fd1afae6becfcd4a4e90ad25277185e23d85e770caa6a9fa36e0
MD5 d75234acebb073f5833939d73fb183fa
BLAKE2b-256 898578ac24b9c92f8217b9fc481fe2d7c8c1b687d75a88eb4f41d7e2a55d1ba7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page