Angular & Firebase Authorization - Fast & Easy Login Setup

Поділитися
Вставка
  • Опубліковано 24 тра 2024
  • Welcome to a quick auth setup in Angular and Firebase.
    Learn how to create quickly and easily login functionality.
    This tutorial is a part of a full Udemy course!
    You can find this full course on UDEMY:
    www.udemy.com/course/angular-...
    ---------------------------------------------------------------------------
    Dive into the world of web development as you learn to create dynamic and modern web applications from scratch. The full course is designed to equip you with the essential skills needed to build a complete web application with Angular and Firebase, covering everything from setting up your development environment, to deploying your application online. One of the key focuseso of the course is implementing CRUD (Create, Read, Update, Delete) functionality, allowing you to interact with your application's data seamlessly. Additionally, you'll explore Firebase Authentication, discovering how to securely authenticate a user.
    ---------------------------------------------------------------------------
    You can find this full course on UDEMY:
    www.udemy.com/course/angular-...
    Watch out! Time limited offer!
    For special 13 USD price you can use the below link or enter coupon (FAA161C30630436C7289).
    www.udemy.com/course/angular-...

КОМЕНТАРІ • 1

  • @CodeBrothers-kx1uj
    @CodeBrothers-kx1uj  2 місяці тому +1

    I forgot to mention, that you need as well to import {FormsModule} from '@angular/forms' in order for your form to work. For older Angular versions, you need the import in your app.module file, and for new versions like v17 and v18, with standalone components, you import this directly into you login component or whatever else component where you build the login functionality. For my auth I use angular/fire package which you can add to your project by typing in "ng add @angular/fire" in your terminal. It should work as well with the newest V18 Angular.