silentworks
02/21/2022, 9:27 AMMrSmiley
02/21/2022, 9:53 AMconnection01
02/21/2022, 12:12 PMTypeError: Object of type datetime is not JSON serializable
zoocityboy
02/21/2022, 12:49 PMAlbert [tox/cis]
02/21/2022, 1:02 PMAlbert [tox/cis]
02/21/2022, 1:02 PMAlbert [tox/cis]
02/21/2022, 1:02 PMAlbert [tox/cis]
02/21/2022, 1:04 PMvanderrlay
02/21/2022, 1:19 PMAlbert [tox/cis]
02/21/2022, 2:03 PMvanderrlay
02/21/2022, 2:06 PMAlbert [tox/cis]
02/21/2022, 2:06 PMvanderrlay
02/21/2022, 2:08 PMAlbert [tox/cis]
02/21/2022, 2:09 PMAlbert [tox/cis]
02/21/2022, 2:10 PMSupabaseUids
collection on Firebase and similarly you could store the uid from Firebase inside a FirebaseUids
table?Village
02/21/2022, 2:55 PMgaryaustin
02/21/2022, 3:06 PMbaddoh99
02/21/2022, 3:15 PMbaddoh99
02/21/2022, 3:15 PMNet
02/21/2022, 4:27 PMAlbert [tox/cis]
02/21/2022, 4:33 PMNet
02/21/2022, 4:34 PMNet
02/21/2022, 4:35 PMconnection01
02/21/2022, 5:47 PMand3rsonsousa
02/21/2022, 6:05 PMsilentworks
02/21/2022, 6:12 PMErwin
02/21/2022, 7:06 PMsnackbar
02/21/2022, 7:59 PMsupabase-rest | 21/Feb/2022:19:50:29 +0000: {"details":"could not translate host name \"l@db\" to address: Name does not resolve\n","code":"","message":"Database connection error. Retrying the connection."}
Net
02/21/2022, 8:07 PMkvnam
02/21/2022, 10:34 PMset
a custom variable app.current_user_role
on a table which will allow Select only if app.current_user_role
is admin
But when I run this via Prisma, it returns all the rows, irrespective of this value. I wanted to know if this is a good idea at all, or if getting Prisma to work with Supabase auth is still tricky and best not attempted right now? Any pointers in the right direction would be great, thanks!