We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a52f6b9 commit 0602a30Copy full SHA for 0602a30
1 file changed
storage/main.ts
@@ -12,10 +12,6 @@ import { firebaseConfig } from '../config';
12
const fileInput = document.getElementById('file') as HTMLInputElement;
13
const linkBox = document.getElementById('linkbox') as HTMLDivElement;
14
15
-/**
16
- * When running on Firebase Hosting, no options need to be passed.
17
- * If you want to run the app locally, see https://firebase.google.com/docs/web/setup
18
- */
19
initializeApp(firebaseConfig);
20
21
const auth = getAuth();
0 commit comments