Merge pull request #246

This commit is contained in:
symfony-flex-server[bot]
2018-01-28 09:20:13 +00:00
committed by GitHub
2 changed files with 14 additions and 0 deletions
@@ -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"
}
}