How to build a Blog (CRUD) with Angular 5, Firebase and Angular Material

Build a CRUD application with Angular 5 and Firebase as a backend service. In this Tutorial we will build a basic blog app with google authentication Git Repo: Contents - Create a basic authentication with Firebase - OAuth -- Use angularfire2 to create a CRUD - a simple blog -- Posts list/detail/dashboard -- Style your app with Material angular -- Deploy your app to Firebase hosting ********* If you would like to learn more from me, check out my full Angular and Firebase course on Udemy There I teach how to create a full featured app/bolilerplate with: - Full Authentication -- Email signup/signin -- Password reset -- Email verification - User Interface -- User public profile -- User dashboard -- Update user data on both Firestore and Firebase user object - Continue improve our blog adding things like -- Master list detail -- Save as drafts -- Use external libraries like moment js - Photo Gallery - Uploader component completely decoupled from an
Back to Top