Help with app login to Firebase

Hi. I’m new to this. I have my app and want to log in with an email and password authenticator. I’ve attached an image of the blocks. The problem arises when I compile the app and log in from my phone. Every time I enter the email I registered with Firebase, it tells me access denied.
I’ve been trying to fix just the login for five days and can’t seem to. Could someone show me how all the connected blocks work, take a picture, and correct the errors? Thank you. I need your help, please! !


I know it’s not easy and it’s not for everyone. But honestly, I’m stuck. I did a similar project and abandoned it for the same reason, but with realtime_database, and I ended up deleting everything.

Could someone send me a screenshot of how I should put the blocks together correctly?

Is the “Access denied” message coming from your notification or is it an error sent to you by Firebase?
Check the configuration and have the google-services.json in assets

I noticed that you’re attempting to log in using Firebase Authentication. However, I don’t see any blocks related to user sign-up or registration. This raises a question—are you manually adding user email addresses directly in the Firebase Authentication console?

From what I can observe, the login process only succeeds when the entered email and password match records that already exist in Firebase. This suggests that the app currently does not support account creation through the interface.

Could you please clarify your intended setup? Once we confirm how you’re handling user registration, we can proceed with the next steps more effectively.

1 Like