SitePoint
  • Premium
  • Library
  • Community
  • Jobs
  • Blog
LoginStart Free Trial
Building a Realtime Firebase Database
Introduction to Firebase
Creating the Firebase Project
Adding the Firebase SDK
Creating the Firebase Config Service
Structuring Our Bug Data in the Firebase Database
Configuring Access to the Firebase Database
Creating the Bug Service
Introduction to Firebase Listeners
Using a Firebase Listener to Get Data
Typescript Data Encapsulation
Creating the Bug Model Class
Parsing the Bug Data from Firebase (TypeScript Casting)
Displaying the Bugs in the Table
Creating the Bug Detail Component
Creating the Bug Detail Template (Bootstrap Modal)
Displaying the Bug Detail Modal (Attribute Binding)