Firestore Query Properties with special characters
I've a collection with contacts with a structure like: name: 'XPTO' emails: { susan@xpto.com: 'Susan', fred@xpto.com: 'Fred' } But the query will not return result: db.firestore().collection('con...