Code 10 ERROR when building social log in, using antigravity and gemini 3.0 to code

Been working on this the past 2 days and Antigravity is driving me a little crazy. Can anyone give me some guidance on how to solve this. I am using React and Supabase. Works for web but having trouble on my Android build.

I understand, Error 10 on Google sign‑in from Android almost always means a configuration mismatch in your Google Cloud / Play Console setup, not a bug in your app code.

So basically, I see this after I click on Google to sign in to the app, click onto my email address, then a pop up shows up with Error 10.

Below is a checklist of attempts, I have tried with my IDE to solve the issue.

Debugging Summary & Roadmap: “Code 10” Error

What We Have Tried (Verified) Status Details
1. Package Name Refactor :white_check_mark: DONE Renamed com.myfitpulse.appcom.myfitpulse.mobile. Verified in
2. SHA-1 Fingerprint Audit :white_check_mark: MATCH Debug Keystore SHA-1 (DA:DC...AF:2D) matches Google Cloud and Firebase exactly.
3. Client ID Configuration :white_check_mark: MATCH Android ID: ...dljg (Matches
Web ID: ...de78r6 (Matches Supabase).
4. AndroidManifest Permissions :white_check_mark: DONE Added missing <intent-filter> for com.myfitpulse.mobile:// scheme to handle redirects.
5. Explicit Plugin Config :white_check_mark: DONE Updated
6. Hardcoded Initialization :white_check_mark: DONE (Current Fix) Moved GoogleAuth.initialize() to
7. Device Cleanup :white_check_mark: DONE Uninstalled app and restarted device to clear Google Play Services cache.

Double / Triple check on Supabase and Google Cloud for URL Config, Auth and Credentials. Everything checks out fine, uploaded screenshots to my IDE to check as well.

At the moment, I’m waiting for it to propagate which takes about 6 hours time. I’ve done this 3 times already. I read that this is a bit of a common issue, so I am hoping someone here may know what is going on and can help. Feel like I am stuck in a loop now.

Thanks in advance.
Nick

Hi @Nick_Ng, please note that this forum is dedicated for Google Cloud Application Integration :link:

If you are using that specific solution, please let us know how it relates to your setup. Otherwise, we recommend placing your query in another category of the community for more tailored guidance.