Every time I log in to Google Cloud, it’s using the Chromium.

Set BROWSER env to Firefox instead.

<pre lang="bash">
export BROWSER=/usr/bin/firefox

Login to GCP. It should open up Firefox browser instead of Chromium.

<pre lang="bash">
gcloud auth login

Add it your .bashrc or .bashprofile if you want it to be permanent.