bossjapzz
bossjapzz
# Feature request Caching and Account Switching for supabase auth. Because nowadays it is a common feature especially on social media where you switch different accounts. ## Describe the solution...
**Describe the bug** Support orderBy aggregates based on child tables **To Reproduce** Steps to reproduce the behavior: 1. just add order by to your query but you don't have an...
**Describe the bug** Support filtering based on child table relationship **Expected behavior**
**Describe the bug** Support distinct on query **Expected behavior** From hasura
**Describe the bug** Support "and", "or", "not" on where/filterBy query **Expected behavior** based on hasura
**Describe the bug** Support for `aggregate` operations under child tables **Expected behavior** ```graphql query MyQuery { GroupContent_connection(order_by: {GroupContentReactions_aggregate: {count: desc}}) { edges { node { id GroupContentReactions_aggregate { aggregate {...
# Feature request Include user image to the auth table (from initials generated to social platform generation) From AppWrite (A supabase open source alternative)  From Firebase ```kt // Retrieving...