var r = {
apiKey: "blabla",
authDomain: "rblabla",
databaseURL: "blabla",
projectId: "blabla",
storageBucket: "",
messagingSenderId: "blabla"
};
My friend and I had a conversation over exposed firebase API, he has the API in the frontend site in minified js.
Is there any request that I can pull off in order to play with it, just wanna show him that its not the right thing to do. If yes, what is it? thank you