ahsankhatri / firestore-php

Firestore PHP Client (without gRPC extension)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get document by attribute value

ronlinet opened this issue · comments

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

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