May 2017
Intermediate to advanced
376 pages
11h 49m
English
This chapter covers
Most applications need to store data and, in most cases, a database is a commonsense solution. In this chapter we introduce Firebase as our database of choice. Firebase is a NoSQL database that has great features such as real-time streaming using WebSockets, offline capabilities, and a declarative security model. Firebase is great for quickly getting started, it scales well, and it’s immediately familiar to anyone who understands JSON.
As with most things in software development, the choice of a database should depend on your requirements. If your application is going to work with relational data, use a relational database. In a ...
Read now
Unlock full access