I am using firebase for a Vue app and it's being used as follows:
var firebaseConfig = {
apiKey: "",
authDomain: "",
databaseURL: "",
projectId: "",
storageBucket: "",
appId: "",
measurementId: "
};
Obviously, the fields is filled in within my app but I don't want to commit this to my github repo. What is the best way to handle this?