8000 Update Notifier bridge readme · jeremyFreeAgent/symfony@4532419 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4532419

Browse files
Update Notifier bridge readme
1 parent fc21330 commit 4532419

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

src/Symfony/Component/Notifier/Bridge/Firebase/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ Firebase Notifier
33

44
Provides Firebase integration for Symfony Notifier.
55

6+
DSN should be as follow:
7+
8+
```
9+
firebase://username:password@default
10+
```
11+
12+
`username` and `password` are your Firebase authentication info.
13+
614
Resources
715
---------
816

src/Symfony/Component/Notifier/Bridge/GoogleChat/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ Google Chat Notifier
33

44
Provides Google Chat integration for Symfony Notifier.
55

6-
googlechat://ACCESS_KEY:ACCESS_TOKEN@default/SPACE?threadKey=THREAD_KEY
6+
DSN should be as follow:
7+
8+
```
9+
googlechat://ACCESS_KEY:ACCESS_TOKEN@default/SPACE?threadKey=THREAD_KEY
10+
```
11+
12+
`ACCESS_KEY` and `ACCESS_TOKEN` are your Google Chat authentication info ; `SPACE` is the Google Chat space ; `THREAD_KEY` is the the Google Chat message thread.
713

814
Resources
915
---------

0 commit comments

Comments
 (0)
0