Implement OAuth in 15 minutes with Firebase
Michael Dowden, Martine Dowden, Michael McGinnis, O'Reilly, 2018/01/25
This is a glimpse at the underpinnings of the modern web. OAuth allows you to use your login from one website on another website. When you see those boxes saying 'log in with Google' or 'log in with Facebook' you're seeing OAuth. Firebase is a no-SQL database application. It allows for free-form data storage. The article is "a start-to-finish example with Angular and Typescript." Angulay is a Javascript framework that manages web applications. More...