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

Fix query checking the value and type #123

Merged
merged 2 commits into from
Dec 2, 2021
Merged

Conversation

adrinr
Copy link
Contributor

@adrinr adrinr commented Dec 2, 2021

Fixing issue: #122

Firestore differentiates by type when it queries, so true !== 'true'. Our current code is stringifying the values, so our query differs from the real firestore behaviour. This PR is fixing it

@adrinr adrinr enabled auto-merge December 2, 2021 12:10
@adrinr adrinr merged commit 16cafe3 into master Dec 2, 2021
@adrinr adrinr deleted the GROW-91/fix_query_by_type branch December 2, 2021 12:23
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

Successfully merging this pull request may close these issues.

2 participants