Skip to content

Commit 85d4b41

Browse files
committed
Add log
1 parent c9ec32a commit 85d4b41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/lib/firebase/users.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export async function googleNativeLogin() {
5454
mode: 'online', // 'online' or 'offline'
5555
}
5656
});
57+
console.log('Done initializing SocialLogin')
5758
// Run the native Google OAuth
5859
const result: any = await SocialLogin.login({provider: 'google', options: {}})
5960

0 commit comments

Comments
 (0)