We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to implement auth events. Is there some implementation of it?
The test cases have a line commented out //let _: AsyncStream<(event: AuthChangeEvent, session: Session?)> = ac.authStateChanges in https://github.com/skiptools/skip-supabase/blob/main/Tests/SkipSupabaseTests/SkipSupabaseTests.swift
//let _: AsyncStream<(event: AuthChangeEvent, session: Session?)> = ac.authStateChanges
The Supabase documentation has a couple of ways to handle it. Which one would be the preferred way to handle auth events with Skip?
https://supabase.com/docs/reference/swift/auth-onauthstatechange
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to implement auth events. Is there some implementation of it?
The test cases have a line commented out
//let _: AsyncStream<(event: AuthChangeEvent, session: Session?)> = ac.authStateChanges
in https://github.com/skiptools/skip-supabase/blob/main/Tests/SkipSupabaseTests/SkipSupabaseTests.swift
The Supabase documentation has a couple of ways to handle it. Which one would be the preferred way to handle auth events with Skip?
Reference
https://supabase.com/docs/reference/swift/auth-onauthstatechange
The text was updated successfully, but these errors were encountered: