MrB
Results
2
issues of
MrB
const usersRef = db.collection(`users`).where('projectKey', '==', projectKey); firestoreExport(usersRef).then .... the 'where' query dont work on 0.14 but works on 0.12 ### Steps to reproduce the behavior try a where query on...
I read something about a closed API ?