Skip to content

Commit

Permalink
feat: update firebase.utils
Browse files Browse the repository at this point in the history
  • Loading branch information
miku0129 committed Mar 29, 2024
1 parent adcbac5 commit 7e6fa65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/firebase/firebase.utils.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Import the functions you need from the SDKs you need
import { initializeApp } from "firebase/app";
import { getAnalytics, logEvent } from "firebase/analytics";
import { getAnalytics} from "firebase/analytics";
// TODO: Add SDKs for Firebase products that you want to use
// https://firebase.google.com/docs/web/setup#available-libraries

Expand Down

0 comments on commit 7e6fa65

Please sign in to comment.