You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 15, 2023. It is now read-only.
I need a way to easily select options from menus (or select drop down or... any great idea) for my queries. Since Firestore has many client sdk for about 6-7 different languages, we need a common way to create queries that are not language dependent. For example, I need to :
Select a collection
Select filter clauses like WHERE, ORDERBY, LIMIT (normally we could append has many WHERE as we want)