-
Updated
Oct 25, 2021 - JavaScript
firestore
Here are 3,042 public repositories matching this topic...
-
Updated
Oct 23, 2021 - TypeScript
-
Updated
Aug 9, 2019 - JavaScript
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
-
Updated
Oct 9, 2021 - Go
-
Updated
Oct 18, 2021 - PHP
-
Updated
Oct 15, 2021 - TypeScript
The default data includes dfua16
links. These need to be updated to be relative or part of the compilation process.
-
Updated
Sep 21, 2021 - TypeScript
This might be faster:
git clone /path/to/base/head/startup-os
We could also probably do:
git clone file:///path/to/base/head/startup-os --depth=1
How to contribute to this issue:
- Scroll down below to check the existing PRs so you don't open a PR for a component waiting for review
- Refactor components based on the description below - also check the guidelines for PRs
- Reference this issue with
#58
in the PR description so we can track which component
feat(query): pass missing index error message to action dispatch (so logListenerError is not needed)
What is the feature?
- Pass along the missing index error message into the action that is dispatched so that logListenerError is not needed to get the link that Firebase provides for setting the index (err.message instead of err)
What version would this apply to?
next
-
Updated
Jul 15, 2021
-
Updated
Oct 26, 2021 - TypeScript
-
Updated
Oct 20, 2021 - Swift
-
Updated
Jun 12, 2021 - TypeScript
I looks like, at the moment, if I want to write many records at once, I have to either do a series of individual document writes. Or I have to write all the records to a single doc. It would be great to be able to create and write out to many docs simultaneously and atomically.
-
Updated
Sep 20, 2021 - TypeScript
-
Updated
Jun 6, 2020 - TypeScript
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
-
Updated
Jan 14, 2021 - JavaScript
-
Updated
Oct 26, 2021 - JavaScript
-
Updated
Aug 19, 2021 - Dart
Improve this page
Add a description, image, and links to the firestore topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the firestore topic, visit your repo's landing page and select "manage topics."
https://emotion.sh/
After this change in Material UI: mui-org/material-ui#6115