Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
SQUASH: firebase undeined
Browse files Browse the repository at this point in the history
  • Loading branch information
zeankundev authored Jan 9, 2023
1 parent ce652ea commit 8dac0e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graycrown",
"version": "1.1.92",
"version": "1.1.921",
"description": "a simple game launcher",
"homepage": "https://gray-crown.web.app",
"type": "commonjs",
Expand Down
9 changes: 0 additions & 9 deletions script/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,6 @@ let authCode;
let method;
let stop;
let started = false;
firebase.initializeApp({
apiKey: "AIzaSyC7q-lBB-Hty_Hhc8iIH40OPfIIDx6NDm4",
authDomain: "gray-crown.firebaseapp.com",
projectId: "gray-crown",
storageBucket: "gray-crown.appspot.com",
messagingSenderId: "208892999128",
appId: "1:208892999128:web:19bb230590ceaee5b2eead",
measurementId: "G-JJD81N852F"
})
const load = async () => {
console.log('startup being played')
startup.play();
Expand Down

0 comments on commit 8dac0e6

Please sign in to comment.