diff --git a/archived/tiriel.firestore-odm-bundle/09ff6d65f0dcab09f8b99a73edeafc6aee2f7ec7.json b/archived/tiriel.firestore-odm-bundle/09ff6d65f0dcab09f8b99a73edeafc6aee2f7ec7.json new file mode 100644 index 00000000..a338877e --- /dev/null +++ b/archived/tiriel.firestore-odm-bundle/09ff6d65f0dcab09f8b99a73edeafc6aee2f7ec7.json @@ -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" + } + } +} diff --git a/archived/tiriel.firestore-security-bridge/1bb2c7bd60607caadd232aece3bc25ae0d928e40.json b/archived/tiriel.firestore-security-bridge/1bb2c7bd60607caadd232aece3bc25ae0d928e40.json new file mode 100644 index 00000000..557fca32 --- /dev/null +++ b/archived/tiriel.firestore-security-bridge/1bb2c7bd60607caadd232aece3bc25ae0d928e40.json @@ -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" + } + } +} diff --git a/tiriel.firestore-odm-bundle.0.2.json b/tiriel.firestore-odm-bundle.0.2.json index 1624fa14..a338877e 100644 --- a/tiriel.firestore-odm-bundle.0.2.json +++ b/tiriel.firestore-odm-bundle.0.2.json @@ -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" } } } diff --git a/tiriel.firestore-security-bridge.0.2.json b/tiriel.firestore-security-bridge.0.2.json index d052c4b4..557fca32 100644 --- a/tiriel.firestore-security-bridge.0.2.json +++ b/tiriel.firestore-security-bridge.0.2.json @@ -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" } } }