google-firebase
Here are 68 public repositories matching this topic...
Hi,
I couldn't figure out from the docs if this uses Cloud Firestore or Realtime Database: https://firebase.google.com/docs/firestore/rtdb-vs-firestore
Or does it support both?
It seems firestore is the recommended approach for new projects.
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
Apr 24, 2020 - HTML
-
Updated
Aug 19, 2019 - PHP
-
Updated
Feb 4, 2020 - C#
-
Updated
Mar 7, 2019 - TypeScript
-
Updated
Mar 10, 2018 - JavaScript
-
Updated
Jul 7, 2017 - JavaScript
-
Updated
Oct 18, 2017 - TypeScript
-
Updated
Apr 25, 2018 - HTML
-
Updated
Jan 16, 2020 - Java
-
Updated
May 20, 2020 - TypeScript
-
Updated
Jun 2, 2019 - Java
-
Updated
Apr 17, 2019 - Java
-
Updated
Mar 12, 2020 - Vue
-
Updated
Dec 1, 2017 - C#
-
Updated
Oct 8, 2018 - JavaScript
-
Updated
Mar 15, 2020 - TypeScript
-
Updated
Jul 20, 2018 - JavaScript
-
Updated
May 26, 2018 - Java
-
Updated
Sep 25, 2019 - JavaScript
-
Updated
Jan 19, 2020 - HTML
-
Updated
Mar 16, 2017 - TypeScript
-
Updated
Jan 5, 2020 - JavaScript
-
Updated
Apr 16, 2020 - TypeScript
-
Updated
Nov 5, 2019 - C#
-
Updated
Feb 3, 2020 - JavaScript
-
Updated
Mar 14, 2020 - JavaScript
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."
The guides on read-the-docs are super helpful, but just wondering if there is a reference document somewhere with all of the available methods and arguments?