providers: [
GitHub({
profile(githubProfile) {
return {
id: githubProfile.id.toString(),
};
},
}),
Google({
profile(googleProfile) {
console.log("googleProfile", googleProfile);
return {
id: googleProfile.id?.toString(),
};
},
}),
],providers: [
GitHub({
profile(githubProfile) {
return {
id: githubProfile.id.toString(),
};
},
}),
Google({
profile(googleProfile) {
console.log("googleProfile", googleProfile);
return {
id: googleProfile.id?.toString(),
};
},
}),
],'The profile method of the google config must return a string ID'The profile method of the google config must return a string IDJoin the Discord to ask follow-up questions and connect with the community
Join the Convex Discord! Explore Convex, the backend platform that keeps your app in sync.
16,164 Members
Join