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

select is not a function #111

Open
jor3l opened this issue Jun 21, 2021 · 0 comments
Open

select is not a function #111

jor3l opened this issue Jun 21, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@jor3l
Copy link

jor3l commented Jun 21, 2021

Summary

I have a query that uses select and is failing with the error above, how do I implement this?. Thanks!

await firestore
      .collection('some')
      .doc(id)
      .where('timestamp', '>=', since)
      .select('field1, 'field2')
      .get()
@sbatson5 sbatson5 added enhancement New feature or request good first issue Good for newcomers labels Jul 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants