Skip to content

Commit 9ac5017

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #1123
2 parents 220d20b + 6c2fedb commit 9ac5017

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
redjan_ym_fcm:
2+
firebase_api_key: '%env(resolve:FCM_SERVER_KEY)%'

redjanym/fcm-bundle/1.1/manifest.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"bundles": {
3+
"RedjanYm\\FCMBundle\\RedjanYmFCMBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/"
7+
},
8+
"env": {
9+
"FCM_SERVER_KEY": "YOUR_FIREBASE_CLOUD_MESSAGING_SERVER_KEY"
10+
}
11+
}

0 commit comments

Comments
 (0)