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
First of all, thanks for this awesome project.
Firebase always return the whole document which annoyed me for a long time. However, I found that there is a select method in the document that can do maybe the same thing like SELECT in the SQL. https://googleapis.dev/nodejs/firestore/latest/CollectionReference.html#select
Is this feature already implemented in fireorm?
The text was updated successfully, but these errors were encountered:
Hey! I wasn't aware of the feature! No, is not implemented in fireorm sadly.
Can you think of a good api (with type safety)?
Sorry, something went wrong.
This would be an awesome feature. @neko1216 some ideas on what you're thinking about?
No branches or pull requests
First of all, thanks for this awesome project.
Firebase always return the whole document which annoyed me for a long time.
However, I found that there is a select method in the document that can do maybe the same thing like SELECT in the SQL.
https://googleapis.dev/nodejs/firestore/latest/CollectionReference.html#select
Is this feature already implemented in fireorm?
The text was updated successfully, but these errors were encountered: