This is an open source Angular 7 grocery list app that uses Firebase Authentication and Cloud Firestore for storage
- First you have to create a user account with your email
- Then once you've lgoged in when you add and delete items they are stored in the a Cloud Firestore database based on a uniuque UID that is created when you create your account
- The app uses the angularfire2 library
- Also checkout the post here for a walkthrough of how to get started with Firebase
- This project is also the example for the Angular-In-Depth post here