<script type="module">
// ... outras partes do script ...
import { initializeApp } from "https://www.gstatic.com/firebasejs/9.21.0/firebase-app.js";
import { getDatabase, ref, push, onValue, off, serverTimestamp } from "https://www.gstatic.com/firebasejs/9.21.0/firebase-database.js";
// ... configurações e lógica ...
</script>
WebSocketConnection.ts:201 Refused to connect to 'wss://s-usc1b-nss-2128.firebaseio.com/.ws?v=5&s=...' because it violates the following Content Security Policy directive: "connect-src 'self' data: blob:".