Skip to content

Instantly share code, notes, and snippets.

@AnthonyNahas
Last active June 26, 2018 19:35
Show Gist options
  • Save AnthonyNahas/fe5e7ff8ed5dad54fce1ab0928e4092b to your computer and use it in GitHub Desktop.
Save AnthonyNahas/fe5e7ff8ed5dad54fce1ab0928e4092b to your computer and use it in GitHub Desktop.
Comparison between the ngx-auth-firebaseui and firebaseui library
Features ngx-auth-firebaseui firebaseui
Sign Up ✔️ ✔️
Sign In ✔️ ✔️
Sign In Anonymously ✔️
Sign In with Google ✔️ ✔️
Sign In with Facebook ✔️ ✔️
Sign In with Twitter ✔️ ✔️
Sign In with Github ✔️ ✔️
Sign In with PhoneNumber ✔️
Sign out ✔️
Sign in/up progress indicator ✔️
Password Strength indicator ✔️
Forgot/Reset Password ✔️
Delete account ✔️
User Profile ✔️
Check whether user's email is verified ✔️
Edit user's display name (incl. validation) ✔️
Edit user's email (incl. validation) ✔️
Edit user's phone number (incl. validation) ✔️
Configure your favorite auth provider in runtime ✔️
Sync user'auth with Firestore read more ✔️
Angular v2-6 friendly ✔️
Internationalization (i18n) 🔜 ✔️
Ionic/cordova support 🔜 @firebaseui/ionic-auth
Real time form validation ✔️
Easy to integrate ✔️
Support Server Side Rendering ✔️
Support SPA without further config ✔️
Support Safari private browsing ✔️
AWESOME ✔️ ⁉️
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment