Closed chrisjaimesdev closed 5 years ago
ok just realized I have to use Geofirestore to insert the doc so that the obj has the proper structure ;)
@chrisjaimesdev this is something I'm working on, a bit of a change in how I "index" data so it's easier for people new to geofirestore to use. But that will probably be out next month...
@MichaelSolati awesome! can't wait for newer versions :) thank you!
I have the following code in a react native project
Also I have 3 documents in my
users
collection with the following fieldhowever every time I run it, I am getting an empty snapshot with no users in the
then()
block. Am I missing something here?