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
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.
You have no issue if you are using sign in with email and password.