One data grid for JavaScript, React, Vue & Angular. Sorting, filtering, virtualization, pinning, and CSV export included. Early access $199 $349 → [Get it now]

How to use Firebase auth in Angular

Firebase Authentication provides a complete identity solution with support for email/password, social providers, and phone authentication. As the creator of CoreUI, I’ve integrated Firebase auth in countless Angular applications serving enterprise clients.

The most maintainable approach is to use AngularFire, the official Angular library for Firebase, with a custom auth service and route guards.

Read More…