Moe Ayman

Results 18 comments of Moe Ayman

> Are there any updates on this? I've been using the "firebase-admin-rest" by Moe03, but would be awesome to be able to use the official firebase package for stability sake....

same +1 running a websocket server and randomly crashing

Same exact issue with me, disabling RLS makes realtime work without issues but enabling it break insert/update events, running version 2.45.4

Sure @filipecabaco ty for fast response: https://github.com/Moe03/supabase-realtime-bug Example using prisma to replicate the exact setup, enables RLS & adds the tables to realtime table in the postinstall script so you...

@filipecabaco sorry for being annoying but did you get any time to take a quick look at that? https://github.com/Moe03/supabase-realtime-bug

> @Moe03 can you point me in the demo where you are creating the RLS policies for each table? I do see that you enable RLS but I don't see...

@filipecabaco Alright I understand now, adding this line in the script: ```sql grant all on table "${tableName}" to service_role; ``` fixes the issue and i'm able now to recieve updates,...

Hey to anyone that has the same issue there is a big problem with using migrating with prisma on supabase and it compeltely breaks rules and the supabase client for...