-
Updated
Dec 13, 2020 - PHP
google-firebase
Here are 88 public repositories matching this topic...
-
Updated
Nov 18, 2020 - Objective-C
-
Updated
Nov 9, 2020
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
Dec 1, 2020 - HTML
-
Updated
Dec 7, 2020 - PHP
-
Updated
May 25, 2020 - Java
-
Updated
Feb 4, 2020 - C#
-
Updated
Mar 7, 2019 - TypeScript
-
Updated
Sep 28, 2020 - TypeScript
-
Updated
Mar 10, 2018 - JavaScript
-
Updated
Jul 22, 2020 - Dart
-
Updated
Sep 30, 2020 - Java
-
Updated
Jul 7, 2017 - JavaScript
-
Updated
Oct 18, 2017 - TypeScript
-
Updated
Apr 25, 2018 - HTML
-
Updated
Oct 26, 2020 - JavaScript
-
Updated
Apr 17, 2019 - Java
-
Updated
Mar 12, 2020 - Vue
-
Updated
May 27, 2020 - JavaScript
-
Updated
Sep 12, 2020 - TypeScript
-
Updated
Sep 13, 2020 - JavaScript
-
Updated
Dec 1, 2017 - C#
-
Updated
Jan 5, 2020 - JavaScript
-
Updated
Jul 25, 2020 - Swift
-
Updated
Nov 17, 2020 - TypeScript
-
Updated
Jul 20, 2018 - JavaScript
-
Updated
May 26, 2018 - Java
Improve this page
Add a description, image, and links to the google-firebase topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the google-firebase topic, visit your repo's landing page and select "manage topics."


Firestore now supports not equal queries - https://firebase.googleblog.com/2020/09/cloud-firestore-not-equal-queries.html
Can we implement new methods like a
whereNotEqualToandwhereNotIn?