supabase-swift
supabase-swift copied to clipboard
A Swift client for Supabase
# Bug report - [+] I confirm this is a bug with Supabase, not with my own application. - [+] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
# 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...
small change for actions permissions
# 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 report Supabase Swift does not encode / decode fractional seconds on Date types Which makes it very problematic for syncing use-cases. Reason might be the API uses the...
:robot: I have created a release *beep* *boop* --- ## [2.26.2](https://github.com/supabase/supabase-swift/compare/v2.26.1...v2.26.2) (2025-04-07) ### Bug Fixes * update outdated error doc ([#699](https://github.com/supabase/supabase-swift/issues/699)) ([b9dc3a3](https://github.com/supabase/supabase-swift/commit/b9dc3a3005968e3bd1b8348005f1f178d44dff1c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please)....
Bumps [github.com/pointfreeco/swift-snapshot-testing](https://github.com/pointfreeco/swift-snapshot-testing) from 1.18.1 to 1.18.3. Release notes Sourced from github.com/pointfreeco/swift-snapshot-testing's releases. 1.18.3 What's Changed Fixed: Update to 6.1 in swift-syntax in the Swift 6 package file (thanks @shimastripe, pointfreeco/swift-snapshot-testing#968)....
# 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...
## Description Replace to HTTPTypes's Components. 1. Helpers.HTTPRequest -> (request: HTTPRequest, bodyData: Data?) 2. Helpers.HTTPResponse -> (Data, HTTPTypes.HTTPResponse) 3. headers: [String: String] -> HTTPTypes.HTTPFields
The Auth Admin functionalities are not all implemented in this library. The JS library (https://supabase.com/docs/reference/javascript/auth-admin-createuser) has more Auth Admin features, some of them are required for my project. Do you...