react-admin-firebase
react-admin-firebase copied to clipboard
collectionQuery by current ID
I'm looking for displaying a list of center filtered by array of IDs.
I have tried
{ collectionQuery: c => c.where('id', 'array-contains', user.centers)}
No result found. Is it possible to filter by the id of the current collection ?
Thanks