AngularDart Tutorial #5: Firebase Integration

AngularDart Tutorial #5: Firebase Integration

In the previous tutorial we implemented basic form validation using the NgForm directive with its NgControl counterpart. In this video we will learn how to integrate Firebase as our database for persisting our bookmark entries.

We will create a new project in our Firebase console and use the Firebase Dart package to interact with our online database. We will continue to use the Bootstrap UI library to build our user interface.

Watch on YouTube

Get the source code

Further reading

  1. AngularDart Guide

  2. Firebase Realtime Database Guide

  3. Get started with Dart Egghead.io course