We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ec32a commit 85d4b41Copy full SHA for 85d4b41
web/lib/firebase/users.ts
@@ -54,6 +54,7 @@ export async function googleNativeLogin() {
54
mode: 'online', // 'online' or 'offline'
55
}
56
});
57
+ console.log('Done initializing SocialLogin')
58
// Run the native Google OAuth
59
const result: any = await SocialLogin.login({provider: 'google', options: {}})
60
0 commit comments