useFirestoreConnect([ { collection: 'words', where: ['createdBy', '==', auth.uid], limit:10, } ])