The_Legend_Of-Hanuman_Season_1_Episode_1
The_Legend_Of-Hanuman_Season_1_Episode_2
The_Legend_Of-Hanuman_Season_1_Episode_3
The_Legend_Of-Hanuman_Season_1_Episode_4
import { initializeApp } from "firebase/app"; import { getAuth } from "firebase/auth"; // TODO: Replace the following with your app's Firebase project configuration // See: https://firebase.google.com/docs/web/learn-more#config-object const firebaseConfig = { // ... }; // Initialize Firebase const app = initializeApp(firebaseConfig); // Initialize Firebase Authentication and get a reference to the service const auth = getAuth(app);