Hi,
Apologies if this should be obvious, or is documented somewhere I cannot find.
Anyway, we just migrated one of our test projects over to the new console, and when I attempt to authenticate in the app via Google auth, I get an error on the following URL (client-specific data removed):
The error is:
401. That's an error
Error: invalid_client
The OAuth client was not found.
Request Details:scope=email openid
- response_type=token code id_token gsession
- redirect_uri=[myUri]
- state=[myState]
- client_id=[myId]
- include_profile=true
I've created a Firebase project directly in the new console, uploaded an instance of our app to Firebase hosting that points to this new project, and that works just fine. I have verified that Google Auth is enabled in the app that is not currently working. The breaking app worked properly when it was on the old console. I don't have direct control over this particular app, so I don't know if billing needs to be migrated (though it's on the "Spark" plan, so I don't think there's anything to migrate).
What silly thing am I missing?
Thanks!