Add recipes for Firestore bundles (#1620)

* Add first recipes for firestore

* Fix paths

* Bump versions for lint

* Bump min version for fixed composer.json

* Commit for push
This commit is contained in:
Benjamin Zaslavsky
2024-05-31 12:15:43 +02:00
committed by GitHub
parent 83ff9fe8fc
commit 50437fe868
4 changed files with 24 additions and 0 deletions
@@ -0,0 +1,5 @@
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'
@@ -0,0 +1,8 @@
{
"bundles": {
"Tiriel\\FirestoreOdmBundle\\FirestoreOdmBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}