Skip to content

Instantly share code, notes, and snippets.

@eyaadh
Created November 9, 2023 08:25
Show Gist options
  • Save eyaadh/05d36d2b1cae9105e6daed207812cdd1 to your computer and use it in GitHub Desktop.
Save eyaadh/05d36d2b1cae9105e6daed207812cdd1 to your computer and use it in GitHub Desktop.
agora-vedio-conference
import { initializeApp } from "firebase/app"
import { getAuth } from "firebase/auth"
const firebaseConfig = {
apiKey: "AIzaSyDsktIaM2xCwShi0hIC_5uHeTmonhNyVdo",
authDomain: "agora-test-83555.firebaseapp.com",
projectId: "agora-test-83555",
storageBucket: "agora-test-83555.appspot.com",
messagingSenderId: "322397436308",
appId: "1:322397436308:web:b54a5de06711e44185b781"
}
initializeApp(firebaseConfig)
const auth = getAuth()
export { auth }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment