Login and signup with email/password not working due to outdated Firebase authentication methods
Prerequisites
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.

Steps to Reproduce
- Launch the app
- Enter the email and password
- Click on the "Sign in" button
- 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.
Login and signup with email/password not working due to outdated Firebase authentication methods
Prerequisites
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 functionwhenever a user tries to sign in.Steps to Reproduce
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.