Skip to content
#

firestore

Here are 3,042 public repositories matching this topic...

rowy
notsidney
notsidney commented Oct 15, 2021

Is your feature request related to a problem? Please describe.
Columns can only be resized by drag on the edges, but this is not an accessible method and is especially difficult on touch screens.

It can also be difficult to see where the click/drag target exactly is. MUI’s Data Grid is a good example of explicitly showing the drag target: https://mui.com/components/data-grid/columns/#resiz

jaynarw
jaynarw commented Jul 30, 2021

Error:

An orderBy function cannot be called more than once in the same query expression

Code:

Comments
  .orderByDescending("pinned")
  .orderByDescending("timestamp")
  .limit(n)
  .find()

Firestore allows ordering using multiple fields in the same query.
Firebase Docs:

You can also order by multiple fields. For example, if you wanted to order by state, and within

Improve this page

Add a description, image, and links to the firestore topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the firestore topic, visit your repo's landing page and select "manage topics."

Learn more