db.collectionGroup(\'private\') .where(\'members\', \'array-contains\', userId) .get() .then(...)
This