Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 13, 2023
1 parent 592e6d8 commit 228c135
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Source/Script/Firebase.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
(await import("firebase/app")).initializeApp({
import { initializeApp } from "firebase/app";

initializeApp({
apiKey: "", // TODO Replace with your API key
appId: "", // TODO Replace with your app ID
authDomain: "", // TODO Replace with your auth domain
Expand All @@ -9,4 +11,3 @@
storageBucket: "", // TODO Replace with your storage bucket
});

export {};

0 comments on commit 228c135

Please sign in to comment.