bossjapzz

Results 7 issues of 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...

enhancement
auth

**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...

enhancement

**Describe the bug** Support filtering based on child table relationship **Expected behavior**

enhancement

**Describe the bug** Support distinct on query **Expected behavior** From hasura

enhancement

**Describe the bug** Support "and", "or", "not" on where/filterBy query **Expected behavior** based on hasura

enhancement
stale

**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 {...

enhancement

# Feature request Include user image to the auth table (from initials generated to social platform generation) From AppWrite (A supabase open source alternative) ![users-section4](https://user-images.githubusercontent.com/100037148/154984272-96c33fa0-be3c-4842-90cc-9ed3ea0a270b.png) From Firebase ```kt // Retrieving...

enhancement
auth