{"id":26984310,"url":"https://github.com/friendsofshopware/froshsimultaneouseditnotification","last_synced_at":"2025-04-03T17:36:12.593Z","repository":{"id":75434782,"uuid":"101329096","full_name":"FriendsOfShopware/FroshSimultaneousEditNotification","owner":"FriendsOfShopware","description":"This plugin allows you to get notified when someone is editing the same entity","archived":false,"fork":false,"pushed_at":"2023-02-25T14:44:07.000Z","size":282,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-05-18T17:53:05.103Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Smarty","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FriendsOfShopware.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-08-24T19:09:47.000Z","updated_at":"2023-12-04T12:00:42.000Z","dependencies_parsed_at":"2024-01-07T18:30:47.674Z","dependency_job_id":null,"html_url":"https://github.com/FriendsOfShopware/FroshSimultaneousEditNotification","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FriendsOfShopware%2FFroshSimultaneousEditNotification","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FriendsOfShopware%2FFroshSimultaneousEditNotification/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FriendsOfShopware%2FFroshSimultaneousEditNotification/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FriendsOfShopware%2FFroshSimultaneousEditNotification/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FriendsOfShopware","download_url":"https://codeload.github.com/FriendsOfShopware/FroshSimultaneousEditNotification/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247050043,"owners_count":20875367,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-03T17:36:11.982Z","updated_at":"2025-04-03T17:36:12.583Z","avatar_url":"https://github.com/FriendsOfShopware.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FroshSimultaneousEditNotification\n\n[![Join the chat at https://gitter.im/FriendsOfShopware/Lobby](https://badges.gitter.im/FriendsOfShopware/Lobby.svg)](https://gitter.im/FriendsOfShopware/Lobby)\n\nBackend Notification when multiple users working parallel\n\n\n## Requirements\n\n- min. Shopware 5.2.0\n- A firebase account (Free account is enought)\n\n# Installation\n\n## Git Version\n\n* Checkout Plugin in `/custom/plugins/FroshSimultaneousEditNotification`\n* Install the Plugin with the Plugin Manager\n\n# Add firebase credentials\n\n* If you setup Google Cloud Platform the first time, make shure to select the right location like europe-west3 https://firebase.google.com/docs/projects/locations because you can not change it later on!\n* Create new application on https://console.firebase.google.com/ and put js setup code in the plugin configuration\n    * Add firebase-database.js (line 3) like `\u003cscript src=\"https://www.gstatic.com/firebasejs/7.2.2/firebase-database.js\"\u003e\u003c/script\u003e` after the firebase js code `\u003cscript src=\"https://www.gstatic.com/firebasejs/7.2.2/firebase-app.js\"\u003e\u003c/script\u003e`\n    * Take Care of the Version /7.2.2/\n    * It should look like: `\u003c!-- The core Firebase JS SDK is always required and must be listed first --\u003e\n    \u003cscript src=\"https://www.gstatic.com/firebasejs/7.2.2/firebase-app.js\"\u003e\u003c/script\u003e\n    \u003cscript src=\"https://www.gstatic.com/firebasejs/7.2.2/firebase-database.js\"\u003e\u003c/script\u003e`\n\n* set public permission rule for the Database https://firebase.google.com/docs/database/security/quickstart\n  * Enter your firebase project, click on the Database (develop section on the left, realtime database) and select the Rules tab.\n  Permissions should be public, so set it up like: `rules_version = '2';\n    service cloud.firestore {\n    match /databases/{database}/documents {\n    match /{document=**} {\n            allow read, write;\n            }\n        }\n    }`\n\n# Currently supported backend sections\n\n* Customer\n* Order\n* Product\n* Emotion\n\n# Images\n![Message](http://i.imgur.com/AYBnn9Q.png)\n\n\n## Contributing\n\nFeel free to fork and send pull requests!\n\n\n## Licence\n\nThis project uses the [MIT License](LICENCE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffriendsofshopware%2Ffroshsimultaneouseditnotification","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffriendsofshopware%2Ffroshsimultaneouseditnotification","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffriendsofshopware%2Ffroshsimultaneouseditnotification/lists"}