Anonymous Authentication with Angular and Firebase Lazy Registration
In this episode were going to build an Anonymous Authorization service with Angular 4 and Firebase. This feature will allow a user to start using your app with going through the typical OAuth signin or Email Password registration process. This approach is also called lazy registration or gradual engagement. It works by creating a session using only a user ID (UID). If the user signs out without updating more account details, they will be unable to log back in. At this point, it is assumed you have the AngularFire2 package installed and bootstrapped into your app. If not, go to the docs or checkout this video. STEP 1 Generate the Auth Service If starting from scratch, generate the Auth Servi. .., angular, firebase, authentication, gradualengagement, lazyauth, lazyregistration, webdev, angular4, usersignup 20170419 dyQDAaDq2ag
|
|