Last active
May 5, 2026 02:34
-
-
Save AndroidPoet/3e21c39584f2b16a29e42a126d023b2c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| try { | |
| supabase.auth.signInWith(Email) { | |
| email = "user@example.com" | |
| password = "password" | |
| } | |
| } catch (e: Exception) { | |
| // Handle... whatever happened | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment