This commit is contained in:
Boof 2023-04-11 13:41:20 +02:00 committed by GitHub
parent 3093f4ba18
commit 6bd0c38c21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,8 +37,8 @@ const firebaseConfig = {
// Initialize Firebase
const auth = getAuth();
const app = initializeApp(firebaseConfig);
const auth = getAuth(app);
const provider = new GoogleAuthProvider()
const analytics = getAnalytics(app);