Files
symfony-flex-recipes-contrib/sprintechnology.firebase-cloud-messaging.1.0.json
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

32 lines
960 B
JSON

{
"manifests": {
"sprintechnology/firebase-cloud-messaging": {
"manifest": {
"bundles": {
"Firebase\\Bundle\\CloudMessagingBundle\\CloudMessagingBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%"
},
"env": {
"FCM_KEY": "@@get-key-from-firebase"
}
},
"files": {
"config/packages/firebase.yaml": {
"contents": [
"firebase:",
" cloud_messaging:",
" key: \"%env(FCM_KEY)%\"",
""
],
"executable": false
}
},
"ref": "d1907839db60bec20ef48d22a319c40fedc98d60"
}
}
}