Hi all,
I've been looking at FireStore as a way of letting my users share their app data across devices and user accounts. I'd prefer not to have to manage my own server as required by CloudKVS.
For the Cloud Firestore library by @DonManfred , any feedback on how well it's working for others...
Hi, @DonManfred
Lib is v.0.59. DB has the collection "users", but cannot get.
Dim users As CollectionReference = fs.collection("users", "")
users.limit(10).fetch("UserFetch")
This is in your example, no error - but no records from db (exists 1).
Dim users As CollectionReference =...
Hi, Don (i guess, only you can reply for this in your lib)
Lib is v.0.59.
My database is, sure, without "drivers" collection, so
Log($"Driver_Snapshot(${snap.Size},${snap})"$)
this line (snap.Size) in your example gives error:
Maybe should it return zero ?
Other methods of such "empty"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.