Remove key value pair from from every object in array [closed]
Closed 4 days ago.
Casting Supabase Real Time Record to ChatMessage Struct
I am using Supabase RealTime API in Swift. It returns an action, which consists of record. Record is of type [String: AnyJSON]. I want to convert it into ChatMessage struct. ChatMessage struct is shown below:
Swift Supabase – Bulk update (multiple columns)
I’m trying to update multiple columns of a database row: