Jan
05/06/2024, 12:33 PMval productFlow: Flow<List<Product>> = supabase.from("products").selectAsFlow(Product::id, filter = FilterOperation("id", <http://FilterOperator.GT|FilterOperator.GT>, 2)).collect {
println(it)
}
Feel free to try it out and let me know if there are any issues!Jan
05/10/2024, 12:17 PM