Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firestore Query: unsupported FieldFilter value type: 6 #3

Open
tomasreichmann opened this issue Feb 5, 2018 · 1 comment
Open

Firestore Query: unsupported FieldFilter value type: 6 #3

tomasreichmann opened this issue Feb 5, 2018 · 1 comment

Comments

@tomasreichmann
Copy link

It looks like that Firestore has a bug at the moment that I just reproduced in my test app with firestore-react.
Firestore Issue:
googleapis/google-cloud-java#2816

Demo: (try uncommenting the rest of the line #20) .where('createdBy', '==', userKey)
https://codesandbox.io/s/0x3m4lnxwn

You might want to restrict your firebase NPM version to last working one (I don't know which one it is) or make a fallback to .get() as suggested in the original issue.

Or I might have just messed up :-D

Cheers :)

@rockwotj
Copy link

This should be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants