โ† Back to Tarc
Getting Started

Google Login

Last updated 2026-07-09 1 min read

Signing in with Google is one of Tarc's two account creation methods, and works slightly differently on the web app versus the Android app for technical reasons.

On the web

Tapping "Sign in with Google" redirects your browser to Google's standard OAuth consent screen, then back to Tarc once you approve. This is the same flow used by most websites that offer Google sign-in.

On Android

Google's OAuth consent screen blocks itself from loading inside a generic in-app browser view (a security measure Google enforces broadly, not something specific to Tarc). To work around this, the Android app opens the Google sign-in page in the system browser (Chrome Custom Tabs) rather than an embedded view, and then returns to the app automatically via a deep link once you've signed in.

What Tarc receives from Google

Your email address and basic profile information, as provided by Google's standard sign-in flow. Tarc never receives or stores your Google password.

First-time sign-in

The first time you sign in with Google, you'll choose a username to complete account setup โ€” see Create an Account.

Frequently asked questions

Why does Google sign-in open a separate browser window on Android?

Google's OAuth consent screen blocks itself from loading inside embedded in-app browser views as a security measure โ€” opening the system browser (Chrome Custom Tabs) and returning via a deep link is the standard, required workaround.

Does Tarc ever see my Google password?

No โ€” Google handles authentication entirely; Tarc only receives your email address and basic profile information after you approve sign-in.

Is Google sign-in different on the web app versus Android?

The underlying account result is the same, but the technical flow differs: the web app uses a standard browser redirect, while Android opens the system browser and returns via a deep link.

Related articles