Tyler

Results 218 comments of Tyler

Sorry, couldn't properly tag in the previous comment @Rohithgilla12

Might be happening when a user first opens the app, interacts with few videos from the map and then the user is not redirected to the create account page.

Hi @daremeapp! Thank you for the kind words! It really means a lot to me! Sure, I can try to help you out! What exactly do you mean by "identify...

Sorry for the late reply. I am moving to another location, and was busy with that. In Supabase, you can get the `user` and `user_id` like this: ```dart final user...

For anyone running into this issue, I was able to resolve this by running [these SQL commands](https://github.com/supabase/postgrest-js/issues/168#issuecomment-801168181) in my SQL editor.

Does this happen after you verify your OTP for phone login? If that is the case, I think it's related to https://github.com/supabase/gotrue/issues/141

@soedirgo Should we include a note about `single unnamed parameter` in the rpc section of the docs maybe?

@dsyrstad Unfortunately exposing headers as public member on Dart SDK was more of a mistake than a feature, so it will not be reintroduced unless something similar is added to...

@Vinzent03 It's so amazing how quickly you can spin up these isolates related codes! I think this is an amazing starting point, but I have one question. When we call...

This is beautiful @gitstart! Thanks @kiwicopple for the heads up. We should eventually edit the reference docs to look like this too huh?