diff --git a/RECIPES.md b/RECIPES.md index f2bbd372..fe37a404 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -585,6 +585,8 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [tilleuls/url-signer-bundle](https://packagist.org/packages/tilleuls/url-signer-bundle) | [1.0](tilleuls/url-signer-bundle/1.0) | | [timiki/rpc-client-bundle](https://packagist.org/packages/timiki/rpc-client-bundle) | [4.0](timiki/rpc-client-bundle/4.0) | | [timiki/rpc-server-bundle](https://packagist.org/packages/timiki/rpc-server-bundle) | [5.0](timiki/rpc-server-bundle/5.0) | +| [tiriel/firestore-odm-bundle](https://packagist.org/packages/tiriel/firestore-odm-bundle) | [0.2](tiriel/firestore-odm-bundle/0.2) | +| [tiriel/firestore-security-bridge](https://packagist.org/packages/tiriel/firestore-security-bridge) | [0.2](tiriel/firestore-security-bridge/0.2) | | [toiba/fullcalendar-bundle](https://packagist.org/packages/toiba/fullcalendar-bundle) | [6.2](toiba/fullcalendar-bundle/6.2) | | [trikoder/oauth2-bundle](https://packagist.org/packages/trikoder/oauth2-bundle) | [3.0](trikoder/oauth2-bundle/3.0) | | [troopers/alertify-bundle](https://packagist.org/packages/troopers/alertify-bundle) | [3.0](troopers/alertify-bundle/3.0) | diff --git a/archived/tiriel.firestore-odm-bundle/6dafa7bfab5ac04d4a69307c96f4fad12770a301.json b/archived/tiriel.firestore-odm-bundle/6dafa7bfab5ac04d4a69307c96f4fad12770a301.json new file mode 100644 index 00000000..1624fa14 --- /dev/null +++ b/archived/tiriel.firestore-odm-bundle/6dafa7bfab5ac04d4a69307c96f4fad12770a301.json @@ -0,0 +1,30 @@ +{ + "manifests": { + "tiriel/firestore-odm-bundle": { + "manifest": { + "bundles": { + "Tiriel\\FirestoreOdmBundle\\FirestoreOdmBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/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": "6dafa7bfab5ac04d4a69307c96f4fad12770a301" + } + } +} diff --git a/archived/tiriel.firestore-security-bridge/0104978205310c228ef9cdfc9c1a320394f03dfb.json b/archived/tiriel.firestore-security-bridge/0104978205310c228ef9cdfc9c1a320394f03dfb.json new file mode 100644 index 00000000..d052c4b4 --- /dev/null +++ b/archived/tiriel.firestore-security-bridge/0104978205310c228ef9cdfc9c1a320394f03dfb.json @@ -0,0 +1,28 @@ +{ + "manifests": { + "tiriel/firestore-security-bridge": { + "manifest": { + "bundles": { + "Tiriel\\FirestoreSecurityBundle\\FirestoreSecurityBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/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": "0104978205310c228ef9cdfc9c1a320394f03dfb" + } + } +} diff --git a/index.json b/index.json index 3ac6e4e6..f7b99d56 100644 --- a/index.json +++ b/index.json @@ -1863,6 +1863,12 @@ "4.2", "5.0" ], + "tiriel/firestore-odm-bundle": [ + "0.2" + ], + "tiriel/firestore-security-bridge": [ + "0.2" + ], "toiba/fullcalendar-bundle": [ "6.2" ], diff --git a/tiriel.firestore-odm-bundle.0.2.json b/tiriel.firestore-odm-bundle.0.2.json new file mode 100644 index 00000000..1624fa14 --- /dev/null +++ b/tiriel.firestore-odm-bundle.0.2.json @@ -0,0 +1,30 @@ +{ + "manifests": { + "tiriel/firestore-odm-bundle": { + "manifest": { + "bundles": { + "Tiriel\\FirestoreOdmBundle\\FirestoreOdmBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/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": "6dafa7bfab5ac04d4a69307c96f4fad12770a301" + } + } +} diff --git a/tiriel.firestore-security-bridge.0.2.json b/tiriel.firestore-security-bridge.0.2.json new file mode 100644 index 00000000..d052c4b4 --- /dev/null +++ b/tiriel.firestore-security-bridge.0.2.json @@ -0,0 +1,28 @@ +{ + "manifests": { + "tiriel/firestore-security-bridge": { + "manifest": { + "bundles": { + "Tiriel\\FirestoreSecurityBundle\\FirestoreSecurityBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/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": "0104978205310c228ef9cdfc9c1a320394f03dfb" + } + } +}