mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Update Flex endpoint
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"manifests": {
|
||||
"tiriel/firestore-odm-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Tiriel\\FirestoreOdmBundle\\TirielFirestoreOdmBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/tiriel.yaml": {
|
||||
"contents": [
|
||||
"tiriel_firestore_odm:",
|
||||
" # Replace the following values by your own",
|
||||
" project_name: my-project",
|
||||
" # Can be an env var, a string to a file, or a yaml array with the values from the credentials file",
|
||||
" service_account: '%kernel.project_dir%/config/secrets/my_project.json'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "09ff6d65f0dcab09f8b99a73edeafc6aee2f7ec7"
|
||||
}
|
||||
}
|
||||
}
|
||||
+28
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"manifests": {
|
||||
"tiriel/firestore-security-bridge": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Tiriel\\FirestoreSecurityBridge\\TirielFirestoreSecurityBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/tiriel.yaml": {
|
||||
"contents": [
|
||||
"tiriel_firestore_security:",
|
||||
" # Should be the id of a valid FirestoreDtoManager created for Tiriel/FirestoreOdmBundle, without the @",
|
||||
" user_manager: 'my_manager_id'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "1bb2c7bd60607caadd232aece3bc25ae0d928e40"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3,7 +3,7 @@
|
||||
"tiriel/firestore-odm-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Tiriel\\FirestoreOdmBundle\\FirestoreOdmBundle": [
|
||||
"Tiriel\\FirestoreOdmBundle\\TirielFirestoreOdmBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
@@ -12,7 +12,7 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/tiriel.yaml": {
|
||||
"config/packages/tiriel.yaml": {
|
||||
"contents": [
|
||||
"tiriel_firestore_odm:",
|
||||
" # Replace the following values by your own",
|
||||
@@ -24,7 +24,7 @@
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "6dafa7bfab5ac04d4a69307c96f4fad12770a301"
|
||||
"ref": "09ff6d65f0dcab09f8b99a73edeafc6aee2f7ec7"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"tiriel/firestore-security-bridge": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Tiriel\\FirestoreSecurityBundle\\FirestoreSecurityBundle": [
|
||||
"Tiriel\\FirestoreSecurityBridge\\TirielFirestoreSecurityBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
@@ -12,7 +12,7 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/tiriel.yaml": {
|
||||
"config/packages/tiriel.yaml": {
|
||||
"contents": [
|
||||
"tiriel_firestore_security:",
|
||||
" # Should be the id of a valid FirestoreDtoManager created for Tiriel/FirestoreOdmBundle, without the @",
|
||||
@@ -22,7 +22,7 @@
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "0104978205310c228ef9cdfc9c1a320394f03dfb"
|
||||
"ref": "1bb2c7bd60607caadd232aece3bc25ae0d928e40"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user