8000 [Notifier] Fix typo OneSignal DSN by mdoutreluingne · Pull Request #17739 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[Notifier] Fix typo OneSignal DSN #17739

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
Jan 15, 2023
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
[Notifier] Fix typo OneSignal DSN
  • Loading branch information
mdoutreluingne authored and javiereguiluz committed Jan 15, 2023
commit 92e5997b1c37c5224e68c6ef5c5ba562fcb57fec
6 changes: 4 additions & 2 deletions notifier.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The notifier component supports the following channels:
services like Slack 930E and Telegram;
* :ref:`Email channel <notifier-email-channel>` integrates the :doc:`Symfony Mailer </mailer>`;
* Browser channel uses :ref:`flash messages <flash-messages>`.
* Push Channel sends notifications to phones and browsers via push notifications.
* :ref:`Push channel <notifier-push-channel>` sends notifications to phones and browsers via push notifications.

.. tip::

Expand Down Expand Up @@ -339,6 +339,8 @@ notification emails:
;
};

.. _notifier-push-channel:

Push Channel
~~~~~~~~~~~~

Expand All @@ -357,7 +359,7 @@ integration with these push services:
Service Package DSN
============== ==================================== =================================================================================
Expo ``symfony/expo-notifier`` ``expo://Token@default``
OneSignal ``symfony/one-signal-notifier`` ``onesignal://APP_ID:API_KEY@default?defaultRecipientId=DEFAULT_RECIPIENT_ID''``
OneSignal ``symfony/one-signal-notifier`` ``onesignal://APP_ID:API_KEY@default?defaultRecipientId=DEFAULT_RECIPIENT_ID``
============== ==================================== =================================================================================

.. versionadded:: 5.4
Expand Down
0