-
Updated
Sep 30, 2020 - JavaScript
firebase-firestore
Here are 553 public repositories matching this topic...
-
Updated
Nov 3, 2020 - TypeScript
-
Updated
Nov 12, 2020 - Java
-
Updated
Sep 3, 2020 - JavaScript
-
Updated
Nov 8, 2020 - JavaScript
-
Updated
Aug 12, 2020 - Swift
-
Updated
Sep 8, 2020 - TypeScript
-
Updated
Jan 23, 2020 - Swift
-
Updated
Sep 4, 2020 - JavaScript
Firestore now supports not equal queries - https://firebase.googleblog.com/2020/09/cloud-firestore-not-equal-queries.html
- https://firebase.google.com/docs/firestore/query-data/queries#not_equal
- https://firebase.google.com/docs/firestore/query-data/queries#in_and_array-contains-any
Can we implement new methods like a whereNotEqualToand whereNotIn ?
-
Updated
Sep 12, 2020 - Dart
-
Updated
Sep 5, 2020 - TypeScript
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
Nov 9, 2020 - Kotlin
-
Updated
Sep 29, 2020 - Swift
-
Updated
Nov 11, 2020 - Kotlin
-
Updated
Oct 16, 2020 - TypeScript
-
Updated
Sep 11, 2020 - TypeScript
-
Updated
Oct 15, 2020 - Haskell
There are a lot of people that can't set up the application correctly.
Can we have a complete documentation (text or video) with ALL the instructions?
Thanks!
-
Updated
Nov 10, 2020 - TypeScript
-
Updated
Sep 11, 2020 - Swift
-
Updated
Oct 15, 2020 - Pascal
-
Updated
Sep 7, 2020 - TypeScript
-
Updated
Sep 13, 2020 - TypeScript
-
Updated
Oct 4, 2020 - PHP
-
Updated
Nov 10, 2020 - JavaScript
-
Updated
Jun 22, 2020 - TypeScript
-
Updated
Jun 11, 2020 - JavaScript
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."
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.