Firebase Sign In & Email Verification

Before proceeding, please use the forum search feature at the top of the page to check if your question has already been answered.

How do I…

  1. Ensure that the user email is verified and
  2. That user login credentials are correct for firebase

What is the expected result

  1. Once the email is verified, it should redirect back to the sign in/up page
  2. I am not able to login unless I have an authenticated sign in

What is the actual result

  1. Instead it is triggering the notice that the email is not verified, when it has in fact been verified (My firebase is set up correctly, it is writing to the cloud Firestore database and creating accounts. I am getting the email verification email and am able to click on it. Firebase has a pop up that confirms it is indeed verified. Yet gdevelop says its not.)
  2. Instead I can type in any email and fake password, and it redirects to home as a successful sign in

Related screenshots