Good evening,
In my connection file with firebase, I have the information
var config = {
apiKey: "API_KEY",
authDomain: "DOMAIN",
databaseURL: "URLDATABASE",
projectId: "PROJECT",
storageBucket: "STORAGE",
messagingSenderId: "SENDER"
};
which is the default for the connection to be made. However, when entering the site by the browser and accessing this file, it is available to the user who may know to change some data or to acquire this information of connection with the bank. I wonder if there is any way to encrypt this information, hide it, or leave it on a saved server and request by some method. because it is a very important information to be left thus, easily accessible. If anyone knows of any way to protect this data. Thank you very much.