facebook

Genuitec's Blog: Programming Tips

Angular 5 Authentication: Getting Started

Posted on Feb 6th 2018
In this tutorial, we are going to build an Angular 5 authentication system using Google’s Cloud Firestore. Most of the applications we build require some kind of authentication, and the simplest and fastest way to get started with that is by using the Firestore – a flexible, scalable … Read More

Angular 5, Firebase, and Angular Universal: Creating a Blog – Part 1

Posted on Jan 24th 2018
We will be creating a blog using Angular 5, and Firebase in a 3 part series – our app will allow for easy creation and publishing of blog posts. A normal Angular application executes in the browser, rendering pages in the DOM in response to user actions. In order … Read More
Show More