Login

Lost your password?
Don't have an account? Sign Up

Firebase in Angular Applications | Mosh

?Get the COMPLETE COURSE (60% OFF – LIMITED TIME):

This tutorial teaches you how to build real-time apps with Firebase and Angular.

TABLE OF CONTENT

00:00 Introduction
01:17 What is Firebase
03:37 Your First Firebase Project
04:19 Working with Firebase Databases
09:18 Installing Firebase
14:27 Reading Lists
21:44 A Real-time Database
23:17 Observables and Memory Leaks

RELATED VIDEOS

Angular 4 Tutorial for Beginners

Angular Version History

Angular Material

Angular Animations

MY OTHER COURSES

I have several other courses on web and mobile application development. You can find them all here:

STAY IN TOUCH

https://www.educational.guru

28 comments

  1. Jihed Gharsallaoui

    I like a lot your way of teaching !!
    I’m having some difficulties in displaying data from fire-base. I’m using NG 6, and since a lot have been changed and deprecated i struggled a bit to get the same result as a beginner with NG 6. I couldn’t manage to display data like your ” Adding object lecture ” exactly when i pushed an object and tried to display it using {{ course || course.name }}. I get as a return the list but with [object object] instead of course5.
    If anyone had the same problem, it would be great to share your solutions. Thanks in advance !

  2. Michael K.

    I would note that even with observables coming from http (even they emit single value) we should care about unsubscribe on component destroy hook because the ajax call could take some time, and if the component is destroyed before the call completes, the subscription will still be in play (you can try it with rxjs .delay in angular 4)

  3. Artificial Neuron

    English is not my mother tongue but man you made a fantastic explanation. I was searching during days with tons of videos regarding to this topic but any of them were so good like this. After this, All I can do is give you a like and subscribe to your channel. You truly deserve it.

  4. cardflopper

    i have a slight difference (nov 13 2017). When i go to the console, I don’t have objects, rather the data received from Firebase is a normal array. Later, in the view snippet, to get it to work i used {{ course }} rather than {{ course.$value }} . Does anyone else have this difference?

  5. dacoolino

    Thanks for this very nice tutorial! I have a small problem, when I want to call the “subscribe” on db.list(‘courses’), I get the following message: Property ‘subscribe’ does not exist on type ‘AngularFireList<{}>‘. Is that changed over time, or ..?

Leave a Comment

Your email address will not be published. Required fields are marked *

*
*