Hi all. I'm a JS newby and I'm trying out Firebase, I'm following the documentation to implement an Email & Password authentication for a web app and just noticed that if I check the
Log XMLHttpRequests option in my web console I can see the URL of the GET request and in that URL's query string my email and password are visible.
I've read anything but good things about Firebase but while learning JS I saw that I should never ever send ajax requests in which passwords are contained in the query string so I'm stuck in that dilemma.
Like I said I'm a newbie and I'm concerned about the security part which I really don't understand very well.
Can please somebody share your thoughts about this