Guilherme Souza
Guilherme Souza
Hi @chrisrohrer do you have a JSON example which breaks the current decoder instance?
Hi all, is this still an issue? For the Swift, please make sure to follow example: https://github.com/supabase/supabase-swift/blob/main/Examples/Examples/Auth/SignInWithApple.swift Thanks.
Thanks @dpelletier2017 Could you share what was the change that make it work?
Since it appears that the issue has been resolved, I’m closing this issue. However, please feel free to reopen it if you continue to encounter problems.
That's a nice addition, go for it.
Hi @jan-tennert the JS lib does rejoin in case of channel error. Check in: https://github.com/supabase/realtime-js/blob/master/src/RealtimeChannel.ts#L191 On error, it schedules a rejoin.
Hi @iamgabrielma the linked tutorial is unrelated to `OTP`, so not sure exactly what you're following. For redirecting back to the app from the link, you need to correctly setup...
Closing since I think my last comment solves your issue, feel free to reopen it otherwise.
Hi, thanks for reporting this. I'll be taking a deeper look at this issue and getting back to you with a solution. Thanks.
Hi @rebryk try attaching a logger on Supabase initialization, and let me know if you see any other log being fired, this is how you can do it. ```swift let...