0

I am wondering is there any encryption mechanism that protects the data transferred between the real time data base of firebase and the users, to avoid potential Men In the Middle attack ?

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
user655561
  • 659
  • 1
  • 9
  • 24

1 Answers1

5

All traffic between the Firebase Database servers and your Android app goes over encrypted connections. You can easily see this when you look at the URL that is used to connect to your database: https://<project-name>.firebaseio.com.

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807