Firebase Angular – Getting Started

wordpress featured image

Firebase Angular combination is a boon for indie developers. It makes building up an application so fast, that the Time-To-Market can happen within a couple of days. Angular is one of the best frameworks available for building up enterprise applications, and Firebase provides Backend-as-a-Service covering the entire spectrum. Let’s get […]

Custom Firebase Authentication Handler

custom firebase authentication handler

By default Firebase uses the [app-name].firebaseapp.com as the URL for handling the authentication flow. But we can also use a custom URL for firebase authentication handler. This can be overwritten by updating the authDomain in the firebase config. Go to Google Cloud ConsoleSelect the projectUse the menu to navigate to […]