Skip to content

Login and Signup with email/password not working #170

@ajaman190

Description

@ajaman190

Login and signup with email/password not working due to outdated Firebase authentication methods

Prerequisites

  • I am running the latest version
  • I checked to make sure that this issue has not already been filed

Issue Description:
Currently, the login and signup functionality with email/password is not working in our application. I have identified the issue as an outdated firebase authentication method used in the app. With the release of Firebase v9, all the authentication methods have changed, which requires an update in our app.

Expected Behavior:
The login and signup functionality should work smoothly, allowing users to authenticate with their email and password credentials.

Actual Behavior:
The login and signup functionality is not working, the app is showing an error message TypeError: undefined is not a function whenever a user tries to sign in.

Screenshot 2023-03-12 110538

Steps to Reproduce

  1. Launch the app
  2. Enter the email and password
  3. Click on the "Sign in" button
  4. Observe the error message "Authentication failed"

Proposed Solution:
Update the app's firebase authentication method to the latest version (Firebase v9). This should fix the issue and allow users to sign in and sign up using their email and password.

@shehand Please assign me this issue as a pre-task for GSOC23.

Metadata

Metadata

Assignees

Labels

GSoCGSoC - Pre tasksbugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions