我的数据如何使用firebase保护安全? [英] How is my data secure with firebase?

查看:213
本文介绍了我的数据如何使用firebase保护安全?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在观看 Firebase 的演示,我对功能和灵活性在线存储数据。还查看了AngularJS项目教程的首页,以Firebase为后端。

I have been looking at the demos of Firebase and i am amazed at the functionality and flexibility to store data online. Also looked at the AngularJS Projects tutorial on its homepage, with Firebase as the backend.

但是,在开始在我的web应用程序中使用它之前,我有几个问题:

However, before starting to use it in my web application, i have few questions like:


  1. 我的数据已存储?

  2. 如果由于硬件故障或任何其他问题导致我的数据丢失,该怎么办?


  3. 如果Firebase以后要求付款以存储或检索我的应用数据,该怎么办?

  4. > Firebase是否适合存储大型数据集,例如每个用户100 MB(而不仅仅是聊天数据)?

  1. Where exactly is all my data stored?
  2. What if my data gets lost in the future due to hardware failure or any other issue?
  3. Will it be safe to rely on Firebase, for the security of my app data from hackers?
  4. What if Firebase asks payment in the future for storing or retrieving my app data?
  5. Is Firebase suitable for storing large data sets, something like 100 MB per user (not just chat data) ?

以澄清这些问题?

推荐答案

这些问题大部分都在 Firebase网站


我的数据在哪里存储? / p>

Where exactly is all my data stored?

在由Firebase控制的安全裸机服务器上。这是平台即服务的基本点 - 您需要支付Firebase的经验来构建,维护,升级,扩展和保护您的数据,所以您不需要一个IT专业人员团队来处理这个问题。

On secure bare-metal servers controlled by Firebase. This is the underlying point of "Platform as a Service"--you pay for Firebase's experties to build, maintain, upgrade, scale, and secure your data so you don't need a team of IT professionals to handle this.


如果我的数据在未来由于硬件故障或任何其他问题而丢失了怎么办?

What if my data gets lost in the future due to hardware failure or any other issue?

任何合法的服务都会进行异地备份,Firebase也是如此。您也可以随时通过获取数据(一个简单的JSON对象)或部分数据来保存自己的信息。

Any legitimate service is going to keep off-site backups, as does Firebase. You can also keep your own by fetching the data (a simple JSON object) or portions of data at any time.


依靠Firebase来保护我的应用数据免受黑客攻击?

Will it be safe to rely on Firebase, for the security of my app data from hackers?

Firebase实现身份验证声明性安全规则

Firebase implements authentication and declarative security rules for security.


如果Firebase以后要求付款,检索我的应用数据?

If Firebase asks payment in the future for storing or retrieving my app data?

Firebase付款计划概述在定价页面。检查它。

Firebase payment plans are outlined on the pricing page. Check it out.


Firebase是否适合存储大型数据集,例如每个用户100 MB(不仅仅是聊天数据) p>

Is Firebase suitable for storing large data sets, something like 100 MB per user (not just chat data) ?

存储大型数据集时,数据结构很重要。由于读取100 MB需要很长时间,因此您需要反规范化并适当地存储它,仅根据需要检索相关部分。

Data structure is important when storing large data sets. Since reading 100 MB takes a long time, you'll want to denormalize and store it appropriately, retrieving only relevant portions as needed.

这篇关于我的数据如何使用firebase保护安全?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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