As the title says, is it a security risk/concern that I hard code my firebase config data into my (react-native) app? If it's a concern, is there a different approach to this?
I'm talking about the data mentioned below.
const config = {
apiKey: "",
authDomain: "",
databaseURL: "",
projectId: "",
storageBucket: "",
messagingSenderId: "",
appId: ""
};