We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Wondering if you can retrieve multiple entries from the db - in my testing, i'm only getting a single item. ie:
db .collection('skus') .doc({ type: 'LONGBOARD' }) .orderBy('sku') .get() .then((skus) => { console.log('skus are: ', skus); });
Then it returns all skus that are labeled with type "LONGBOARD"
Thanks!
The text was updated successfully, but these errors were encountered:
hi, any luck with where clause please, can the query be done with where clause ?
Sorry, something went wrong.
No branches or pull requests
Wondering if you can retrieve multiple entries from the db - in my testing, i'm only getting a single item.
ie:
Then it returns all skus that are labeled with type "LONGBOARD"
Thanks!
The text was updated successfully, but these errors were encountered: