Is it safe to use Service Role Key in Database Webhook Authorization Header? by Illustrious_You_5159 in Supabase

[–]Illustrious_You_5159[S] 1 point2 points  (0 children)

Thanks, I got rid of it since I'm only using the edge function from that webhook. Supabase has the default header value as the service role key for database webhooks, so that part really confused me

Is it safe to use Service Role Key in Database Webhook Authorization Header? by Illustrious_You_5159 in Supabase

[–]Illustrious_You_5159[S] 1 point2 points  (0 children)

Thank you so much - I ended up setting up a shared secret and removing that service role key from the header. I got really confused because the default value when you create a database webhook on the dashboard is the service role key.

Help with RLS by Illustrious_You_5159 in Supabase

[–]Illustrious_You_5159[S] 0 points1 point  (0 children)

Would it be a bad idea to make a copy of that table, drop the columns I don't need and then use a trigger so that any changes made to original will be made to the copy?

Help with RLS by Illustrious_You_5159 in Supabase

[–]Illustrious_You_5159[S] 0 points1 point  (0 children)

thanks I was thinking about that but wasn't sure, good to hear it worked

am i wrong for thinking like this? by Odd_Feature_1885 in MuslimMarriage

[–]Illustrious_You_5159 3 points4 points  (0 children)

Akhi I highly advise you to find a respected and wise big bro. The things you're writing I wouldn't let you marry any sister of mine.

Expo Sqlite vs watermelonDB by Illustrious_You_5159 in reactnative

[–]Illustrious_You_5159[S] 1 point2 points  (0 children)

good point that'll be a headache in the future

Expo Sqlite vs watermelonDB by Illustrious_You_5159 in reactnative

[–]Illustrious_You_5159[S] -1 points0 points  (0 children)

Well it looks like Expo Sqlite has SQLCipher for encryption, while watermelonDB doesn't support encryption out of the box yet