Angular Firebase CRUD App with NoSQL Database Tutorial

Update Oct 2017: Learn about important changes with Firestore and AngularFire v5 In this episode we’re going to build todo list feature that performs the SQL-style CRUD operations of create, read, update, and delete. NoSQL use different terms for these operations, so heres a basic translation when working with Firebase. create — push read — list or object update — update or set delete — remove Angular apps work with asynchronous data streams using RxJS reactive extensions for JavaScript. A data stream can be anything, but in this context we are talking about objects from the Firebase realtime database. At this point, it is assumed you have the AngularFire2 package ... #firebase #webdev #app_development #typescript #javascript #lesson #tutorial #crud #nosql 20170419 6N_1vUPlhvk
Back to Top