supabase-swift
supabase-swift copied to clipboard
A Swift client for Supabase
## What kind of change does this PR introduce? Exposes public Realtime configuration options. ## What is the current behavior? Realtime configuration options are public, but cannot be configured by...
# Bug report ## Describe the bug If my JWT has expired since I last called `supabaseClient.auth.session`, and I try to execute a command using `supabaseClient.database`, I get an error...
# 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...
# Feature request I'm currently working on trying to make a generic class to handle typical CRUD operations on a database. Rather than create multiple classes for each model instance,...
## What kind of change does this PR introduce? Fix https://github.com/supabase/supabase-swift/issues/77 ## What is the current behavior? An access token is currently refreshed only when retrieved before calling an endpoint....
# Bug report ## Describe the bug I am sorry there are two issues here which may or may not be related: 1) I have a user with the following:...
## What kind of change does this PR introduce? Fix ## What is the current behavior? `channel.subscribe()` currently doesn't handle timeout, if for some reason channel doesn't receive a reply...
## What kind of change does this PR introduce? Remove all deprecated code from library
# Bug report ## Describe the bug When providing a `.select` modifier that points to a foreign table, values fail to decode. ## To Reproduce **Models** ``` struct Transaction: Codable...
# Bug report ## Describe the bug My iOS app that uses this package crashed a few seconds after launch. Upon reading through the crash stack trace, I noticed that...