diff --git a/web/lib/firebase/users.ts b/web/lib/firebase/users.ts index ce791d72..cc630215 100644 --- a/web/lib/firebase/users.ts +++ b/web/lib/firebase/users.ts @@ -88,7 +88,7 @@ export async function webviewGoogleSignin() { const params = new URLSearchParams({ client_id: GOOGLE_CLIENT_ID, - redirect_uri: 'com.compassmeet:/auth', // your deep link + redirect_uri: 'https://www.compassmeet.com/auth/callback', response_type: 'code', scope: 'openid email profile', code_challenge: codeChallenge, diff --git a/web/pages/auth/callback.html b/web/pages/auth/callback.html new file mode 100644 index 00000000..b952623c --- /dev/null +++ b/web/pages/auth/callback.html @@ -0,0 +1,27 @@ + + + + + Redirecting... + + + +Redirecting to app... + +