FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

FR: Channel ID for Android O · Issue #151 · firebase/firebase-admin-python · GitHub

FR: Channel ID for Android O #151

Description

Need an feature to send notification for specified channel_id.
For example:

message = messaging.Message(
	android=messaging.AndroidConfig(
		ttl=datetime.timedelta(seconds=3600*6),
		priority="high",
		notification=messaging.AndroidNotification(
			title="SUPER TITLE",
			body="COLORED MESSAGE"
		),
		channel_id="timetable"
	),
	topic="timetable"
)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


Back | FazBrowse Home | New Git URL