Sign up page using firebase is showing username and password in network tab. Is there any way that I can send the user information to firebase more securely(like hashed one). enter image description here
In the firebase auth docs ( https://firebase.google.com/docs/reference/rest/auth ) ,it has been mentioned the same that email and password would be send as string !! Not sure if its a secure way or is there anything else that I am missing here.