add client SDK and firebase-tools
# add client SDK to project
pnpm i firebase # or use `firebase-lite` which does'nt have real-time updates coz it is REST wrapper
# add firebase-tools then login
pnpm install -g firebase-tools
firebase login
create project and copy them
they are not dangerous, it specify how client app should connect to firebase
const firebaseConfig = {
apiKey: "AIzaSyBEDYLiNmyEg41MQ6aSKZl-jKgnHeU4xEk",
authDomain: "fir-9-rush.firebaseapp.com",
projectId: "fir-9-rush",
storageBucket: "fir-9-rush.appspot.com",
messagingSenderId: "322306232885",
appId: "1:322306232885:web:04f99272f4dfa124ec177c"
};
add client SDK and firebase-tools
# add client SDK to project
pnpm i firebase # or use `firebase-lite` which does'nt have real-time updates coz it is REST wrapper
# add firebase-tools then login
pnpm install -g firebase-tools
firebase login
create project and copy them
they are not dangerous, it specify how client app should connect to firebase
const firebaseConfig = {
apiKey: "AIzaSyBEDYLiNmyEg41MQ6aSKZl-jKgnHeU4xEk",
authDomain: "fir-9-rush.firebaseapp.com",
projectId: "fir-9-rush",
storageBucket: "fir-9-rush.appspot.com",
messagingSenderId: "322306232885",
appId: "1:322306232885:web:04f99272f4dfa124ec177c"
};