Ich habe versucht, auch die Redirect -URL zu ändern.
Code: Select all
supabase?.auth.signInWithOAuth({
provider: "google",
options: Capacitor.isNativePlatform()
? {
redirectTo: "capacitor://localhost",
}
: {},
});
Code: Select all
supabase?.auth.signInWithOAuth({
provider: "google",
options: Capacitor.isNativePlatform()
? {
redirectTo: "capacitor://localhost",
}
: {},
});