You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update README with Insert and Select Queries (#61)
* Update ReadMe with Insert and Select Queries
Added in Insert and Select Queries for Supabase Swift
* Updated Insert Example to use the type and return single value
Co-authored-by: Guilherme Souza <[email protected]>
* Updated Select Model to return single and use the model for response directly
---------
Co-authored-by: Guilherme Souza <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+59Lines changed: 59 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,6 +173,65 @@ Task {
173
173
174
174
- Other Social Logins if using a webview will be similar to above and just follow the [Supabase's Documentation](https://supabase.com/docs/guides/auth/) for their setup
0 commit comments