Sunday 29 April 2018

Deploy Angular app to Firebase and GitHub pages

Creating an angular app is a fun, but when it comes to deployment everyone struggle a lot and if you want to test your app on live server there is a cost attached to it, don't worry will be using free and easy hosting for testing our angular app on live server. Firebase provide free hosting for angular apps and GitHub pages is also a place where you can host static website. This tutorial will cover deploying angular app to Firebase and Github Pages.




Sunday 8 April 2018

Angular2 Firebase OAuth for Google, Facebook, Twitter and GitHub

Authentication is one of the common part of any web and mobile application, in this tutorial will cover how to use Firebase API in Angular2 project for open authentication. It includes Facebook, google, twitter and GitHub. We will use angular CLI for completing this project.