Reputation: 11
I am thinking of using Firebase email/password authentication and I was wondering does Firebase handle all the encryption? Esecially from client to server?
Upvotes: 0
Views: 302
Reputation: 599131
Credentials are sent from the Firebase SDK in your app/web page to the server over an SSL connection. So they're encrypted on a lower level already.
Upvotes: 1