Don't miss use of this book

Memory Match Game

Memory Match Game

Memory Match Game

Instructions: Match all pairs of cards.

Time: 0

Game Over

Your score: 0
Your time: 0

About Sagar Kumar Art - SKA

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
// Import the functions you need from the SDKs you need import { initializeApp } from "firebase/app"; 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 // Your web app's Firebase configuration // For Firebase JS SDK v7.20.0 and later, measurementId is optional const firebaseConfig = { apiKey: "AIzaSyCB8CfPQQivNE4-TEG45S6V1IDxXXmMLO8", authDomain: "sagar-ims.firebaseapp.com", projectId: "sagar-ims", storageBucket: "sagar-ims.firebasestorage.app", messagingSenderId: "662481342246", appId: "1:662481342246:web:5598a4c82057bc12bbbbe7", measurementId: "G-T53R53HGCY" }; // Initialize Firebase const app = initializeApp(firebaseConfig); const analytics = getAnalytics(app);