supabase-swift
supabase-swift copied to clipboard
A Swift client for Supabase
## What kind of change does this PR introduce? Bug fix, feature, docs update, ... ## What is the current behavior? Please link any relevant issues here. ## What is...
# Improve documentation ## Link [the documentation resetPassword]https://supabase.com/docs/reference/swift/auth-reauthentication ## Describe the problem Hello, Does Supabase handle the password reset page like Firebase when using supabase.auth.resetPasswordForEmail(email), or do we need to...
# 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 - [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...
## What kind of change does this PR introduce? Fix https://github.com/supabase/supabase-swift/issues/634
## Additional context https://github.com/supabase/supabase-js/pull/1293
# Feature Request We have native apple sign in, but no way (that I can see) of natively linking Apple as a sign in option to an existing account, we...
# 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...
# Improve documentation ## Link https://supabase.com/docs/reference/swift/storage-from-download ## Describe the problem The documentation for file upload does not describe what the result looks like for a success or a failure. This...
# Enchancement To have a reliable Realtime experience, the client should handle reestablishing connection and resubscribing to channels when it detects that the app moved back to the foreground state.