supabase-swift icon indicating copy to clipboard operation
supabase-swift copied to clipboard

A Swift client for Supabase

Results 52 supabase-swift issues
Sort by recently updated
recently updated
newest added

# Bug report Realtime V2 should use the same session passed in `SupabaseClient` options initializer, to allow for Certificate Pinning validation such as the one mentioned in https://github.com/supabase-community/supabase-swift/issues/258

bug
realtime

# Feature request I'm wondering if it's possible to generate model types (preferably structs) from the database tables. Is there any effort to implement this or is assumed that API...

enhancement

# Bug report ## Describe the bug I have implemented the GoogleSignIn library for my application to retrieve data from the user's Gmail account. I would like to continue using...

bug

1. Setup a local supabase server 2. Write integration tests for Example project 3. Run tests on CI

tests

# Feature request Would be nice to support streaming uploads and downloads in the library, we currently only support the upload and download of `Data` type, which can lead to...

enhancement
storage

# Feature request I am building an application for a user group that spends a majority of their time ouside of a network connection. Having an offline sync or cache...

enhancement

# Improve documentation ## Describe the problem We should add a new example for MFA implementation.

documentation
gotrue

# Feature request ## Is your feature request related to a problem? Please describe. Add support for [resumable uploads](https://supabase.com/docs/guides/storage/uploads/resumable-uploads). Needs investigation on the possibility of using https://github.com/tus/TUSKit

enhancement
storage

# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...

bug