Skip to content

Commit 0602a30

Browse files
committed
remove misleading documentation
1 parent a52f6b9 commit 0602a30

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

storage/main.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ import { firebaseConfig } from '../config';
1212
const fileInput = document.getElementById('file') as HTMLInputElement;
1313
const linkBox = document.getElementById('linkbox') as HTMLDivElement;
1414

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-
*/
1915
initializeApp(firebaseConfig);
2016

2117
const auth = getAuth();

0 commit comments

Comments
 (0)