Guilherme Souza
Guilherme Souza
Hi, hope the above made it work for you too, I'm closing this issue for now, but feel free to re-open it if needed. Thanks.
Hi @bryan-vh thanks for opening this issue. I think the implementation for this would be very straightforward and could be done via an `extension`, and not provided by the library,...
~Hi @therickys93 if you want to execute a raw SQL in the DB, the way you can accomplish this today is by creating a RPC function that accepts the SQL...
@therickys93 I edited my comment, although this is possible, this IS NOT RECOMMENDED and it can lead to serious security problems. Another approach for the generic query could be: ```swift...
Hi @ActuallyTaylor we have a new [guide for Google Sign-In](https://supabase.com/docs/guides/auth/social-login/auth-google?queryGroups=platform&platform=swift), can you check it?
Thanks @sunhohong I'll make sure to include this in the docs.
Hi @ceinem You can use https://github.com/tus/TUSKit directly for implementing the resumable upload, which Supabase supports already. Unfortunately we don't have any example yet on how to do it.
Hi @bryan-vh, We don't support this yet, but it is on the radar. I'll keep the issue open, and post updates here once we have any. Thank you!
Quick update on this: I'm working on a generator for Swift on https://github.com/supabase/postgres-meta/pull/779, for now, it only generates plain Swift structs that can be used to encode/decode Postgres Response.
This should be fixed as Python is now officially supported, if you see any missing docs, please open an issue for it.