ahsankhatri / firestore-php

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

Fix "Call to undefined method" if authRequest() fails #28

Open micbenner opened 3 years ago

micbenner commented 3 years ago

Had to workaround this at my end, but a quick fix should stop others having issues in future.

Haven't written any tests because this whole library lacks tests...