ahsankhatri / firestore-php

Firestore PHP Client (without gRPC extension)
MIT License
62 stars 57 forks source link

How to get document by attribute value #26

Open ronlinet opened 4 years ago

ronlinet commented 4 years ago

Is there an option to query a document by attribute / value binding ? EX $firestoreClient->getDocument('companies/name/CompanyName') ?

ronlinet commented 4 years ago

Just realized that I am duplicating my own question #25 . My apologies .