- Serverless Web Applications with React and Firebase
- Harmeet Singh Mayur Tanna
- 143字
- 2021-08-27 19:11:11
Security
As per the security concern, every database has a different way of securing data from unauthorized users:
Source: https://firebase.google.com/docs/firestore/rtdb-vs-firestore?authuser=0.
Realtime Database | Cloud Firestore |
Cascading rules that require separate validation.
|
Simpler, more powerful security for mobile, web, and server SDKs.
|
As of now, Cloud Firestore i s available in beta version; so, in this book, we are only focusing on Realtime Database.
推薦閱讀
- HornetQ Messaging Developer’s Guide
- Expert C++
- GitLab Cookbook
- OpenCV實例精解
- Dependency Injection in .NET Core 2.0
- Oracle BAM 11gR1 Handbook
- Android 應(yīng)用案例開發(fā)大全(第3版)
- Julia高性能科學計算(第2版)
- Visual C++開發(fā)入行真功夫
- Swift 4 Protocol-Oriented Programming(Third Edition)
- QGIS Python Programming Cookbook(Second Edition)
- Go語言底層原理剖析
- Visual C++從入門到精通(第2版)
- C++17 By Example
- 軟件設(shè)計模式(Java版)