Tyler

Results 218 comments of Tyler

I'm guessing this issue is also related to https://github.com/supabase/gotrue/issues/141

@megacherry Great question! @kiwicopple Now that the backend is ready for this, do we have anything else that needs to be in place before we add this feature to the...

I was thinking if removing session only if status code is present, and if not, retry session recovery [here](https://github.com/supabase/gotrue-js/blob/master/src/GoTrueClient.ts#L587). ```typescript if (error) { const status = error?.status console.log(error.message) if(status) {...

I actually like @soedirgo's suggestion here, because I think in most cases, we need to search for only one search query across different columns. About the confusion of `or` and...

Forgot to mention it here, but `COUNT` is now an option when making request! https://github.com/supabase/postgrest-js/pull/147

Hey @Rohithgilla12 ! I am so grateful that you are willing to implement this! Apologies for the messy repo. I haven't really made it organized, so I'm sure it's hard...

In the mean while, there are other issues that are not related to firebase that can be worked on if you are interested!

@Rohithgilla12 Sorry, that it took so long. Every single time I add Firebase to a Flutter project I encounter new bug... But I added firebase to the app! If you...

Thanks @Rohithgilla12 I think just being able to receive FCM and show a notification banner when the app is in background or terminated would be good enough for now. There...

@Rohithgilla12 This happens to me as well sometimes and I don't know why. There are no code generation here actually. For me, shutting down VS Code and reopening fixes it....