简体   繁体   English

Firebase身份验证/通知实时数据库和数据存储

[英]Firebase Auth/Notification Realtime Database and Data Storage

We're planning to implement FireBaseAuth and Notifications . 我们计划实施FireBaseAuthNotifications In the Free Package, it is mentioned that simultaneous connections with RealTime Database can be up to 100 and File Storage is around 5 GB. 在免费软件包中,提到与RealTime Database同时连接最多可达100个,文件存储大约为5 GB。

What's the difference between RealTime Database simultaneous connection and File Storage(Uploaded / Downloaded / Stored)? RealTime数据库同时连接和文件存储(上载/下载/存储)之间有什么区别?

Which of these are used in case of Auth and Notifications ? AuthNotifications中使用了哪些?

RealTime Database simultaneous connection and File storage are different thing then Auth and Notification. 实时数据库同时连接和文件存储与Auth和Notification不同。 There is no restriction on Auth and Notifications as they are not linked with either database or File Storage in Firebase Auth和Notifications没有限制,因为它们未与Firebase中的数据库或文件存储链接

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM