skip to Main Content

I am developing a gym application, consisting of two separate apps: one for administrators and another for members. User registration is facilitated through Google Firebase authentication using email and password. Today, I noticed an error message on my project panel regarding cross-origin redirect sign-ins.

Currently, I do not utilize any sign-in or sign-in with Facebook options on the login pages of either app, and both apps are connected to a single Firebase project. Should I disregard this message since my login process does not involve redirects from other websites, or is it necessary to implement changes to comply with the new policies?

Currently, I do not utilize any sign-in or sign-in with Facebook options on the login pages of either app, and both apps are connected to a single Firebase project. Should I disregard this message since my login process does not involve redirects from other websites, or is it necessary to implement changes to comply with the new policies?

2

Answers


  1. If you have used the method "signInWithRedirect()" or any other similar it will have an effect when using chrome. Otherwise I think it should be fine.

    Login or Signup to reply.
  2. You have no issue if you are using sign in with email and password.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search