Tyler

Results 218 comments of Tyler

@deliqs As bdlukaa has mentioned, it seems like it might not be related to Supabase. Are you getting a lot of complaints from your users about these issues? or are...

@bdlukaa Possibly. Were you thinking to intercept every http request while offline in that case?

@deliqs Nice. Yeah, it seems like this is an issue on Flutter side of things unfortunately. Hopefully you can implement retry logic to sync those updates to Supabase! I would...

@deliqs Nice! So glad to hear that you were able to fix your issue 🎉

I"m closing this issue as numerous fixes have been shipped to mitigate the issue since this issue was opened, and the issue cannot be reproduced. If you still see the...

The current type is more accurate, though. In what scenario is this causing you issues?

Thanks for opening this issue. Do you have a reliable set of steps to reproduce this issue consistently? If so, would you be able to provide it?

The auth team is currently working on linking identity with the native flow. When opening issues, please post only one issue per post. The OTP issue should be a separate...

We definitely need to update the docs to better explain this, but you need to initialize client-side Supabase SDK with the explicit flow in order for the it to detect...

Thanks for the suggestion. Currently, our auth server will create a session when the user signs up, so there needs to be an update on the backend for this feature...