File tree Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Original file line number Diff line number Diff line change @@ -237,27 +237,7 @@ <h5 class="modal-title" id="room_modalLabel">
237
237
</ div >
238
238
</ div >
239
239
</ body >
240
- < script type ="module ">
241
- // Importando o Firebase
242
- import { initializeApp } from "https://www.gstatic.com/firebasejs/9.10.0/firebase-app.js" ;
243
- import { getAnalytics } from "https://www.gstatic.com/firebasejs/9.10.0/firebase-analytics.js" ;
244
-
245
- // Sua configuração do Firebase
246
- const firebaseConfig = {
247
- apiKey : "AIzaSyBLkMv2N_cnG6q-9spUj01wvxRnfWSr6XY" ,
248
- authDomain : "cookie-brasil.firebaseapp.com" ,
249
- projectId : "cookie-brasil" ,
250
- storageBucket : "cookie-brasil.appspot.com" ,
251
- messagingSenderId : "202105498916" ,
252
- appId : "1:202105498916:web:d161e68c42e66c8f8997b1" ,
253
- measurementId : "G-6KZE06S4SF"
254
- } ;
255
-
256
- // Inicializar o Firebase
257
- const app = initializeApp ( firebaseConfig ) ;
258
-
259
- // Ativar Analytics se necessário
260
- const analytics = getAnalytics ( app ) ;
261
- </ script >
240
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/firebase/19.0.0/firebase-analytics.min.js " integrity ="sha512-CBi8trmOM/uwgPxI5noE/8OJtcUr879dMMvs6IyWVEX3mr7D+9T9sYLsbcJR36mP+Blz5xS49XE8BWT9DpMVHQ== " crossorigin ="anonymous " referrerpolicy ="no-referrer "> </ script >
241
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/firebase/19.0.0/firebase-app.min.js " integrity ="sha512-B6yibAJFxUBGIDV8xxabTQF359Cz1V3k6liTMPB8sn2pUsfq/MKlN4ZJFGRMyngqeY0LOauQyLzNh+A7T+YLoA== " crossorigin ="anonymous " referrerpolicy ="no-referrer "> </ script >
262
242
< script type ="module " src ="./src/js/firebase.js "> </ script >
263
243
</ html >
You can’t perform that action at this time.
0 commit comments