Skip to content

1.3.0-alpha-2

Pre-release
Pre-release

Choose a tag to compare

@jan-tennert jan-tennert released this 08 Aug 15:53
· 928 commits to development since this release
bda7c82

Changes

New module: Compose Auth by @temk0 in #241

This module provides easy to use compose functions to login with Google & Apple natively on their supported platform while still being usable on all Compose platforms (JVM, Android, IOS, JS).
See the README for more information.

Core

  • Mark SupabaseClientBuilder#httpConfig as @SupabaseInternal

New Contributors