SupabaseS
Supabase3mo ago
Davies

Using Firebase Auth with Supabase Storage

Trying to upload to Storage fails because my Firebase UID (text) is being inserted into storage.objects.owner_id (uuid), causing:
invalid input syntax for type uuid: "YwDJfEIN4eq0pJg2"

Is there a workaround for this?
Was this page helpful?