When I do inspect element in my Wordpress website, I see that my firebase credentials are publicly exposed ! so that anyone can see them.
Is there any way to hide them ??
const firebaseConfig = {
apiKey: "***************",
authDomain: "******************",
databaseURL: "************",
projectId: "************",
storageBucket: "*********",
messagingSenderId: "******",
appId: "*******",
measurementId: "*****"
};
firebase.initializeApp(firebaseConfig);
firebase.auth().languageCode = "fr_FR"