Can we use Supabase using Blazor Javascript Interop #7516
sam-claire
started this conversation in
General
Replies: 1 comment
-
What happens when you try to execute that code? (You might also check out our c-sharp community to see if anyone has any input on this: supabase-csharp) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is this possible that we can use Blazor Javascript Interop in supabase?
Calling this code:
const { user, session, error } = await supabase.auth.signUp({
email: 'example@email.com',
password: 'example-password',
})
Thanks
Beta Was this translation helpful? Give feedback.
All reactions