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.