This is a NextJS starter in Firebase Studio.
To get started, take a look at src/app/page.tsx.
For the "Forgot Password" feature to work, you must enable the password reset email template in your Firebase project.
- Go to the Firebase Console for your project.
- Navigate to the Authentication section.
- Click on the Templates tab.
- Select Password reset from the list of email templates.
- Enable the template and customize it if you wish.
Once enabled, the application will be able to send password reset emails to your users.