async function start() {
plugins.supabaseAuth.signInProvider({
provider: 'google',
redirectTo: `https://examplewewebeditorlink.co.uk`,
skipBrowserRedirect: false
}).then(response => {
console.log('Google OAuth Sign-In successful:', response);
}).catch(error => {
console.error('Error during Google OAuth Sign-In:', error);
});
}
start();
async function start() {
plugins.supabaseAuth.signInProvider({
provider: 'google',
redirectTo: `https://examplewewebeditorlink.co.uk`,
skipBrowserRedirect: false
}).then(response => {
console.log('Google OAuth Sign-In successful:', response);
}).catch(error => {
console.error('Error during Google OAuth Sign-In:', error);
});
}
start();