Firebase Auth and Database Encryption

436 Views Asked by At

I have started developing an application powered by Google's Firebase services. I am curious if the data transmission is secure within the Auth and database services. If not, are there any sources to material that I can read to possibly implement encryption?

Thank you

1

There are 1 best solutions below

0
On BEST ANSWER

All traffic between the app and the Authentication and Database services goes over HTTPS. This ensures it is an end-to-end secured connection.