Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBIMsider authored Apr 22, 2024
1 parent 1f24c08 commit 5ffd6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p3p2/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { getDatabase, ref, push, onValue } from "https://www.gstatic.com/firebas

// Initialize Firebase app with your settings
const appSettings = {
databaseURL: "https://gif-gala-da640-default-rtdb.firebaseio.com/"
databaseURL: "Your Firebase Key Here"
}
const app = initializeApp(appSettings);
const database = getDatabase(app);
Expand Down

0 comments on commit 5ffd6bb

Please sign in to comment.