import type { FirebaseApp } from "firebase/app"; import type { Auth as FirebaseAuth } from "firebase/auth"; import { getApps, initializeApp } from "firebase/app"; import { getAuth, signInWithEmailAndPassword } from "firebase/auth"; /** * @description Firebaseã®ç®¡çç»é¢ããåå¾ããAPIãªãã¸ã§ã¯ã * @note ç°å¢å¤æ°ã¯`.env.local`ãã¡ã¤ã«ã«å®ç¾©ãã¦ãã¾ã */ export const firebaseConfig = { apiKey: process.env.NEXT_PUBLIC_FIREBASE_API_KE
{{#tags}}- {{label}}
{{/tags}}