- Serverless Web Applications with React and Firebase
- Harmeet Singh Mayur Tanna
- 171字
- 2021-08-27 19:11:09
Realtime Database
For any Realtime application, we need a Realtime Database. The Firebase Realtime Database is a cloud-hosted NoSQL database that synchronizes the data in Realtime to every connected client. Instead of a typical request-response model, the Firebase database uses the synchronization mechanism that synchronizes the data to all the connected devices within milliseconds. Another key capability is its offline feature. The Firebase SDK persists the data on the disk; so, even if a user loses their internet connection, the app remains responsive. It automatically synchronizes the data once the connection is reestablished. It is supported by iOS, Android, Web, C++, and Unity platforms. We will cover this in detail in the upcoming chapters.
The following screenshot shows the list of features on the left, which are available in Firebase, and we have selected the Realtime Database in the database section. In that section, we have four tabs available:
- DATA
- RULES
- BACKUPS
- USAGE

- Node.js+Webpack開發(fā)實(shí)戰(zhàn)
- 云原生Spring實(shí)戰(zhàn)
- Python數(shù)據(jù)分析(第2版)
- 正則表達(dá)式經(jīng)典實(shí)例(第2版)
- GameMaker Programming By Example
- H5頁面設(shè)計(jì):Mugeda版(微課版)
- Android開發(fā)案例教程與項(xiàng)目實(shí)戰(zhàn)(在線實(shí)驗(yàn)+在線自測)
- Go語言精進(jìn)之路:從新手到高手的編程思想、方法和技巧(1)
- C/C++數(shù)據(jù)結(jié)構(gòu)與算法速學(xué)速用大辭典
- Maven for Eclipse
- Mastering Apache Camel
- 網(wǎng)絡(luò)綜合布線與組網(wǎng)實(shí)戰(zhàn)指南
- RESTful Web API Design with Node.js
- H5頁面設(shè)計(jì)與制作(全彩慕課版·第2版)
- Ionic Cookbook