-
Updated
Aug 21, 2021 - TypeScript
firebase-firestore
Here are 899 public repositories matching this topic...
-
Updated
Sep 11, 2021 - Java
-
Updated
Feb 12, 2021 - JavaScript
-
Updated
Aug 12, 2021 - JavaScript
-
Updated
Jul 12, 2021 - Swift
-
Updated
Jul 12, 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.
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
Aug 19, 2021 - Dart
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Sep 7, 2021 - Kotlin
-
Updated
Nov 9, 2020 - Kotlin
Hello,
Thanks for this awesome tool!
I have a guarded property on my store, selected
, which is used only by the UI, and I don't want to sync on Firestore.
If the guards works well, the document is still synced everytime I change the selected
value, because of the updated_at
and updated_by
value.
Of course, I can add the two properties to the guards too, and it works, but I actually
-
Updated
May 26, 2021 - TypeScript
-
Updated
Feb 11, 2021 - Swift
-
Updated
Sep 9, 2021 - GDScript
-
Updated
Sep 2, 2021 - TypeScript
-
Updated
Jun 10, 2021 - Haskell
-
Updated
Sep 10, 2021 - TypeScript
-
Updated
Aug 10, 2021 - TypeScript
-
Updated
Aug 24, 2021 - Swift
-
Updated
Aug 24, 2021 - JavaScript
-
Updated
Sep 3, 2021 - TypeScript
-
Updated
Aug 23, 2021 - Kotlin
-
Updated
Aug 24, 2021 - Pascal
-
Updated
Jun 11, 2020 - JavaScript
-
Updated
Apr 13, 2021 - PHP
-
Updated
Aug 13, 2021 - TypeScript
Improve this page
Add a description, image, and links to the firebase-firestore topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the firebase-firestore topic, visit your repo's landing page and select "manage topics."
How to contribute to this issue:
#58
in the PR description so we can track which component