客户端和Firebase实时数据库之间的数据加密 [英] Encryption of data between clients and firebase real time database

查看:69
本文介绍了客户端和Firebase实时数据库之间的数据加密的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道是否有任何加密机制可以保护Firebase实时数据库和用户之间传输的数据,从而避免潜在的中间人"攻击?

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 ?

推荐答案

Firebase数据库服务器与您的Android应用之间的所有流量都通过加密连接进行.当您查看用于连接到数据库的URL时,可以很容易地看到这一点:https://<project-name>.firebaseio.com.

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.

这篇关于客户端和Firebase实时数据库之间的数据加密的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆