Initialize your Firebase project in Ionic-Angular and fetch a list of data from Firestore

Опубликовано: 05 Октябрь 2024
на канале: Jorge Vergara
2,572
40

In this video, you'll learn how to set up your Firebase project in Ionic or Angular applications using AngularFire.

After that, we'll explore the Firebase console to see the available services we have, talk a bit about the Firestore database and explain the 2 main types of data: Collections and Documents.

After that, we'll use AngularFire to reactively pull data from Firestore and display it as a list in our application.