Blog posts with tag authentication

Cover Image for I refactored my Angular and Firebase Sign up App to Signals!

I refactored my Angular and Firebase Sign up App to Signals!

In this blog post, we'll take a look at an Angular application I developed that uses Firebase for user authentication with RxJS Observables. We'll refactor the application as we convert from Observables to the Signals API in Angular version 16. Let's dive in!

Back to the blog