mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 18:46:48 +03:00
Merge pull request #246
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
firebase:
|
||||
cloud_messaging:
|
||||
key: "%env(FCM_KEY)%"
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Firebase\\Bundle\\CloudMessagingBundle\\CloudMessagingBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%"
|
||||
},
|
||||
"env": {
|
||||
"FCM_KEY": "@@get-key-from-firebase"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user