Make a firebaseConfig.js file and write the following code with the config details from the firebase app
export const firebaseConfig = {
apiKey: "",
authDomain: "",
projectId: "",
storageBucket: "",
messagingSenderId: "",
appId: "",
measurementId: """
};