Closed DustinJSilk closed 5 years ago
Firebase inedxing issues aren't really something I can "fix" but we can try to resolve this... Could you post a screenshot of what you see with the link firebase proviced to create the index?
Sure! This is the popup. And thats the error when I hit Create Index
That looks funky... So the name field should look like d.name
not d.d.name
, also I'm not sure why you're seeing Arrays unspecified
. I'd try creating an index manually looking like this...
Thats odd, it's disabled the create button.
I managed to get it working. I created a new collection, redeployed my functions, and now the link seems to create the index just fine. Not 100% sure what I missed there but thanks again
Hey, Great work so far and thanks for making this library!
I'm using GeoFirestore-js in a Cloud Function and I'm trying to do a simple .where. My code looks like this:
I also tried using
d.name
.Firebase then gives me a link to create a new composite index, however when I try to create it, it throws
Invalid empty property path string.
It says the fields are:
Any help would be great! Thanks!
I see you're working on a V4 release. If i knew more about Firebase I'd offer some help, hopefully over the next few months I can. Any idea when you'll be releasing?