I'm trying to let users sign in and allow the Drive API scope through my Assistant action.
I've followed the instructions for Account Linking and it seems that the Authorization Redirect URL is the problem. I've tried using a domain hosted by Google, but I've also tried using a domain hosted for my project automatically on Firebase with the "my-project.firebaseapp.com" format. I am trying to use the 'Implicit' method of Oauth2. The domains are added in the Credentials authorized domains section and also in the Oauth Consent screen in GCP.
In which way should I configure the URL so that when I try authorizing on my phone via Assistant I can successfully see the OAuth2 Consent Screen and not a blank page?