react-admin-firebase icon indicating copy to clipboard operation
react-admin-firebase copied to clipboard

collectionQuery by current ID

Open matthieup240 opened this issue 2 years ago • 0 comments

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

matthieup240 avatar Jun 11 '22 09:06 matthieup240