difference between Firebase and Auth0.com authentication

1,830 views
Skip to first unread message

Basem Wahba

unread,
Jan 16, 2016, 12:31:38 PM1/16/16
to Firebase Google Group
Hi,

I have signed up for Firebase account.

Regarding Firebase authentication, it covers my needs regarding the signups, logins, and authentication workflow features.
Shall I signup for Auth0.com? Does it add any additional authentication's function that Firebase don't provide?

Thanks in advance.

Regards

Gary Chamberlain

unread,
Jan 19, 2016, 3:57:47 PM1/19/16
to Firebase Google Group
The beauty of Firebase authentication is that it is simple and it just works.  They take care of all the auth complexity and condense it down to a sensible asynchronous API and a unique identifier (UID) that you can use in your firebase.  Their auth enables you to write client-side-only JS, following a backend as a service (BAAS) model. Plus, it's included at no additional cost.

However, Firebase currently offers only a limited set of auth providers.  If, for instance, you would like to integrate with Microsoft tools using Azure AD, or use Linked In auth, you'll need to use your own server and custom oauth code, or leverage a paid service like Auth0.com.

Without knowing your requirements, my general advice is to keep it simple for now and use the intrinsic auth, unless you have specific reasons to add the extra cost/complexity.

The Firebase folks have hinted at some great new features coming this year.  Maybe additional auth features will be included.

Colin Stodd

unread,
Jul 6, 2017, 6:23:35 PM7/6/17
to Firebase Google Group
Thanks for the clear explanation. Very helpful. 
Reply all
Reply to author
Forward
0 new messages