If you're a web developer, you will have recognized that building a secure, well balanced, and proven authentication system is a really tedious job to do even though it's just emails and passwords.
Nowadays, web applications are using social login and it's one of the most used and requested features in today's web scene. It's an easy and quick way to authenticate and login to a web application using your daily OAuth, from Facebook to Google Plus and Twitter, even GitHub if you're building a community-based application.
"OAuth or Open Authentication is an open protocol that allows secure authorization in a simple and standard method from web, mobile and desktop applications."
- OAuth community
Firebase is here to help you with secure login by providing multi-authentication methods, for example, an email/password and social...