I've just started to use firebase in my web application. It seems awesome as of now. But am just worried about something.
In our head section of our html file I configure the application keys:
var config = {
apiKey: "",
authDomain: "",
databaseURL: "",
storageBucket: "",
}
however any user can check the webpage source and view the code. So am just concerned about the security of our code.