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

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 13, 2023
1 parent ca3c95a commit e03755c
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 e03755c

Please sign in to comment.