Firebase over https?

Hi guys!

I have a quick question about data sent to and got from firebase, is the data sent to and got from firebase sent over https?

I got this from a Stack Overflow post, is this also the case for our apps that use the firebase compoments?:

“the data is encrypted in transit”

And are the passwords safe being sent with the auth component? I know they are hashed in firebase, but should I also encrypt the passwords with the encrypt component?

Thanks!!

firebase is on Https, and you can also use encrypt method if you like.

1 Like

Ok @ImranTariq, Thanks!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.