mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 18:46:48 +03:00
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:
@@ -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%/"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
tiriel_firestore_security:
|
||||
# Should be the id of a valid FirestoreDtoManager created for Tiriel/FirestoreOdmBundle, without the @
|
||||
user_manager: 'my_manager_id'
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Tiriel\\FirestoreSecurityBundle\\FirestoreSecurityBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user