Raphaël Moreau

Results 28 comments of Raphaël Moreau

@niklasgrewe Hi, It's because withAuthRequired is a high order function that creates a side effect. Remix doesn't know what to do with that and add this code to client side...

> @rphlmr thank you for your quick help. Do you know when the auth helper for remix will be ready? I had already considered using `remix-auth` with the supabase strategy....

> I would like to understand though is why do I need to return `json({ accessToken, User })` instead of `return { accessToken, User }` @niklasgrewe It's a Remix thing....

@niklasgrewe I'm so sorry, I've edited my previous example => https://github.com/supabase-community/supabase-auth-helpers/issues/57#issuecomment-1104763964 Of course, `withAuthRequired` have to return "classic json" and not `json({})` that is a "http layer thing". Sorry again...

Hello, Maybe you could double check with this tutorial : https://medium.com/@appstud/add-a-splash-screen-to-a-react-native-app-810492e773f9

A HUGE thanks ! RNFirebase was working and one day ... You save me !

Hello @RobinMalfait, I tried `npm install @headlessui/react@insiders` and maybe I'm doing something wrong but if I've some scrollable content in Dialog, it no more scrolls :/ I'll try to give...

Maybe I'm wrong, but without `notNull` every value is null by default (on postgres)

Hey Supabase lovers, can you look at the draft PR from Angelelz? https://github.com/drizzle-team/drizzle-orm/pull/1481

> For those who has this problem, for now I am using this function helper so I can emulate RLS for supabase. > > ```js > import { type Session...