Skip to content

Commit

Permalink
Update firebase-config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
davespser authored Dec 5, 2024
1 parent 43c5a9d commit 051cd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/firebase-config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Importa las funciones necesarias de Firebase
import { initializeApp } from "https://www.gstatic.com/firebasejs/9.21.0/firebase-app.js";
import { getDatabase } from "https://www.gstatic.com/firebasejs/9.21.0/firebase-database.js";

import {getAuth} from "https://www.gstatic.com/firebasejs/9.21.0/firebase-auth.js"
// Configuración de Firebase
const firebaseConfig = {
apiKey: "AIzaSyDhzxutPaa1OxXDe2d4T5pNxGkNsrdlifs",
Expand Down

0 comments on commit 051cd63

Please sign in to comment.