Hi all, I have been trying to upload an app to the google play store which I haven't done in a very long time, seems like a lot of things have changed.
I am getting an error saying that my GCP key is exposed, I came a few threads in the forum and I have already limited my key to only my app by...
Hi everyone, I'm currently working on an ABMaterial web app and I am using this library (class) found here so far I have used this in a few other projects and I like it very much as it makes it simple to leverage the use of firestore sign in, sign up and firestore database functions.
I am...
Hi everyone, not sure if I will be able to make sense when asking the following question.
I am working on an ABMaterial web app and I am using a firestore AuthRest API library to register new users, sign in existing users etc. When a new user creates a new account, I am using the...
Good day & evening
This is a Firestore Library I've been perfecting since late last year since most of my projects I use Firebase.
I used Firebase REST APIs and made it Look, Feel & Work like the original.
Does not conflict with other Firebase Libraries
Works the same way as...
I learnt Java in the past few months to build this library to get real-time updates from Firestore.
The Library has 5 classes:
Firebase
Firestore
ListenerRegistration
Query
Filter
Except RealtimeDatabase (Coming soon)
firebase-adminsdk.json(Service account file) from your Firebase console in...
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.