0
here is the code I am using to log in, the firebase account is configured to receive the login
Function signIn() { var Provider = new firebase.auth.Googleauthprovider(); firebase.auth(). signInWithPopup(Provider); }
popup arrives open, but when you select an account, the error appears
Error 403: restricted_client This application is not yet configured to make Oauth requests. To do this, set up the app’s Oauth consent screen in the Google Cloud Console.
but I saw some examples on youtube where you don’t need to do any configuration in Google Cloud Console, I don’t understand why it’s going wrong