CalvinTorra
08/05/2021, 5:57 PMburggraf
08/06/2021, 1:14 AMKhan W
08/06/2021, 3:58 AMKhan W
08/06/2021, 3:58 AMsupabase.from("users").select()
, and get out SELECT * FROM users;
lawrencecchen
08/06/2021, 4:18 AMMax Karlsson
08/06/2021, 4:33 AMaccess_token
retrieved from the session. But when I pass the token to supabase.auth.api.getUser
it always returns null for the user and the following error: TypeError: this._createRequestHeaders is not a function
what could I be doing wrong?Khan W
08/06/2021, 4:55 AMSduu_
08/06/2021, 9:19 AMvue-supabase
now supports both without much differences in setup and installation, thanks to the vue-demi
package. Please do check it out and help with making it more robust. More use of the package will help us identify places that need love and attention.
https://github.com/supabase/vue-supabaseSduu_
08/06/2021, 9:19 AMSduu_
08/06/2021, 9:20 AMsilentworks
08/06/2021, 9:27 AMSduu_
08/06/2021, 9:28 AMwilfredinni
08/06/2021, 11:11 PMwilfredinni
08/06/2021, 11:11 PMconst { data, error } = await supabase.storage
.from('avatars')
.remove(['image_path'])
wilfredinni
08/06/2021, 11:11 PMAzura
08/07/2021, 6:18 AMYANN
08/07/2021, 9:51 AMe0
08/07/2021, 4:23 PMselect * from games where first_half_goals > second_half_goals
.e0
08/07/2021, 4:49 PMrpc()
can be chained.burggraf
08/07/2021, 6:06 PMmarcustut
08/09/2021, 4:20 AMmarcustut
08/09/2021, 4:21 AMsql
(
(
(bucket_id = 'mooncake':: text)
AND (storage.extension(name) = 'jpg':: text)
)
OR (storage.extension(name) = 'jpeg':: text)
OR (storage.extension(name) = 'png':: text)
OR (
(storage.extension(name) = 'pdf':: text)
AND (
lower((storage.foldername(name)) [ 1 ]) = 'receipts':: text
)
AND (role() = 'anon':: text)
)
)
I tried this but doesn't worknoravux
08/09/2021, 2:31 PMoctalpixel
08/09/2021, 8:55 PMScott P
08/09/2021, 9:08 PMleviwhalen
08/10/2021, 4:40 AMKosh
08/10/2021, 6:18 AMMihai Andrei
08/10/2021, 6:19 AMankurpauldev
08/10/2021, 8:02 PMstibbs
08/11/2021, 6:16 AM