Skip to content

[Notifier] Add Firebase notifier to list #14756

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 30, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion notifier.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ integration with these chat services:
========== ================================ ============================================
Service Package DSN
========== ================================ ============================================
Firebase ``symfony/firebase-notifier`` ``firebase://USERNAME:PASSWORD@default``
Mattermost ``symfony/mattermost-notifier`` ``mattermost://ACCESS_TOKEN@HOST/PATH?channel=CHANNEL``
RocketChat ``symfony/rocket-chat-notifier`` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL``
Slack ``symfony/slack-notifier`` ``slack://default/ID``
Expand All @@ -139,7 +140,7 @@ Telegram ``symfony/telegram-notifier`` ``telegram://TOKEN@default?channel

.. versionadded:: 5.1

The Mattermost and RocketChat integrations were introduced in Symfony
The Firebase, Mattermost and RocketChat integrations were introduced in Symfony
5.1. The Slack DSN changed in Symfony 5.1 to use Slack Incoming
Webhooks instead of legacy tokens.

Expand Down