<!-- DO NOT DELETE validate_template=true template_path=.github/ISSUE_TEMPLATE/bug_report.md --> <!-- Thank you for contributing to the Firebase community! Think you found a bug? ======================= Yeah, we're definitely not perfect! Please use this template and include a minimal repro when opening the issue. If you know how to solve the issue, please create a Pull Request, and we'd be happy to review it! --> ### [REQUIRED] Environment info <!-- What version of the Firebase CLI (`firebase-tools`) are you using? Note that your issue may already be fixed in the latest versions. The latest version can be found at https://github.com/firebase/firebase-tools/releases --> <!-- Output of `firebase --version` --> **firebase-tools:** 13.4.0 (from `npx firebase-tools@latest` from `FirebaseExtended/action-hosting-deploy`) <!-- e.g. macOS, Windows, Ubuntu --> **Platform:** Ubuntu (GitHub actions runner) ### [REQUIRED] Test case ``` npx firebase-tools@latest hosting:channel:deploy your_preview --only stage --expires 5d --project yourproject --json ``` ### [REQUIRED] Steps to reproduce Run it on a project that require google auth. (Firebase auth using firebaseUI) ### [REQUIRED] Expected behavior Window pops up for you to log in; and no error logging in. ### [REQUIRED] Actual behavior No window popus up, unauthorized error right away since the preview domain is now allow-listed.