Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 14, 2023
1 parent cc58668 commit 240ead5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Source/Script/Firebase.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { initializeApp } from "firebase/app";

initializeApp({
export default (await import("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 Down

0 comments on commit 240ead5

Please # to comment.