November 2017
Beginner to intermediate
288 pages
7h 33m
English
Firebase database is built to be dynamic and flat, so the idea of data redundancy is somehow a must. The idea from all this is to fetch data as fast as possible, and true, in order to add or delete data, you will need it mentioned pretty much everywhere. But that's a cost we will pay if we want to optimize the downloading and data fetching time.
{ "events": { "firebase_summit": { "title": "Firebase Summit event", "timestamp": 1508883321 }, "google_io": { ... }, "...": { ... } }, "members": { "firebase_summit": { "superman": true, "eagleye": true, "charlesmountain": true }, "google_io": { ... }, "...": { ... } }, "conversations": { "firebase_summit": { "c1": { "name" ...
Read now
Unlock full access