0
Good morning, I am developing an application that will receive data via post and will insert in a database firebase/ firestore, local I managed to run successfully, but when I go up to the google environment (App Engine) it gives the following error.
Fatal error: Uncaught Google\Cloud\Core\Exception\GoogleException: The requested client requires the gRPC extension. Please see https://cloud.google.com/php/grpc for installation instructions. in /srv/vendor/google/cloud/Core/src/ClientTrait.php:75 Stack trace: #0 /srv/vendor/google/cloud/Firestore/src/FirestoreClient.php(137): Google\Cloud\Firestore\FirestoreClient->requireGrpc() #1 /srv/index.php(11): Google\Cloud\Firestore\FirestoreClient->__construct(Array) #2 {main} thrown in /srv/vendor/google/cloud/Core/src/ClientTrait.php on line 75
I managed to install the local gRPC but can’t find how to enable there in my app engine.
If anyone has a light...
thank you in advance!