-
Notifications
You must be signed in to change notification settings - Fork 489
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
Filter table by Row's ID or Metadata ID #668
Comments
Hi @saenzramiro, |
Thank you for your answer.
Maybe in the Filters modal, you can add a "Document filter" that do this. What do you think? |
are you suggesting "document filter" only updates the side drawer, and not the table? |
Well, it will be great if you can redraw the table showing a single row with document data to have a better experience. If is not possible, I think having only the drawer is better than nothing. 💪🏼 |
👀 |
Hi @saenzramiro, this will be part of our upcoming release (v2.6.0) |
Awesome news! Thanks. |
Is your feature request related to a problem? Please describe.
In our case, our collection of users have the email address of the user as the document ID. When I create a table, I can add a column using the "Metadata - ID" field type to display that information, but when I want to search for a specific email you cannot do it because it is not a field, I guess.
Describe the solution you'd like
Extend the filter options to search by the Metadata - ID / Row's ID.
Describe alternatives you've considered
Maybe adding a new field type for "Mapping" other fields. So if I have a field for First Name and other for Last Name, with this field I can join both to have the full name. Of course, this type of field will be only internal/visually and not do any change in Firestore.
Regards.
The text was updated successfully, but these errors were encountered: