Skip to content

Feature/oauth google facebook#9

Open
prabhatg wants to merge 7 commits intomainfrom
feature/oauth-google-facebook
Open

Feature/oauth google facebook#9
prabhatg wants to merge 7 commits intomainfrom
feature/oauth-google-facebook

Conversation

@prabhatg
Copy link
Collaborator

@prabhatg prabhatg commented May 6, 2023

Facebook and google login should work. Please review

@prabhatg prabhatg requested a review from groupsvkg May 6, 2023 23:44
Copy link
Owner

@groupsvkg groupsvkg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Google login not working as expected.

Copy link
Owner

@groupsvkg groupsvkg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please address few more comments

}, [session, router]);
const checkSession = async () => {
const { data } = await supabase.auth.getSession();
console.log(data);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this log statement

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need a way to keep some debug logging

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Create a ticket for this with low priority

@prabhatg prabhatg requested a review from groupsvkg May 7, 2023 18:14
console.log({ error });
} else {
router.replace('/');
router.replace('/profile');
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert this change as you are mixing it with another ticket

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants