DEV Community

Discussion on: What authentication libraries do you use?

Collapse
 
daviddalbusco profile image
David Dal Busco • Edited

Firebase Authentication

  • easy to integrate (specially with its UI component firebase-ui)
  • free (if I am not wrong)
  • email, gmail, github, twitter, etc. lots of auth options
  • can handle anonymous users
Collapse
 
soorajsnblaze333 profile image
Sooraj (PS) • Edited

Yes, this is one of the easiest and fastest to setup authentication methods for any quick web app. I personally work with a lot of firebase related stuff and its one of the best libraries to use not only for authentication, but also for any kind of web app as a database and cloud functions for asynchronous actions on a cloud level.