Backend Notification when multiple users working parallel
Backend Notification when multiple users working parallel
/custom/plugins/FroshSimultaneousEditNotification
Create new application on https://console.firebase.google.com/ and put js setup code in the plugin configuration
<script src="https://www.gstatic.com/firebasejs/7.2.2/firebase-database.js"></script>
after the firebase js code <script src="https://www.gstatic.com/firebasejs/7.2.2/firebase-app.js"></script>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/7.2.2/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.2.2/firebase-database.js"></script>
set public permission rule for the Database https://firebase.google.com/docs/database/security/quickstart
}`
allow read, write;
}
}
Feel free to fork and send pull requests!
This project uses the MIT License.