mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
12 lines
239 B
JSON
12 lines
239 B
JSON
{
|
|
"bundles": {
|
|
"Firebase\\Bundle\\CloudMessagingBundle\\CloudMessagingBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%"
|
|
},
|
|
"env": {
|
|
"FCM_KEY": "@@get-key-from-firebase"
|
|
}
|
|
}
|