You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal error: Uncaught Error: Class "Google\ApiCore\Serializer" not found in /Users/theo/Developer/web_scrapper/vendor/google/cloud-core/src/GrpcRequestWrapper.php:93 Stack trace: #0 /Users/theo/Developer/web_scrapper/vendor/google/cloud-firestore/Connection/Grpc.php(81): Google\Cloud\Core\GrpcRequestWrapper->__construct(Array) #1 /Users/theo/Developer/web_scrapper/vendor/google/cloud-firestore/FirestoreClient.php(110): Google\Cloud\Firestore\Connection\Grpc->__construct(Array) #2 /Users/theo/Developer/web_scrapper/index.php(6): Google\Cloud\Firestore\FirestoreClient->__construct(Array) #3 {main} thrown in /Users/theo/Developer/web_scrapper/vendor/google/cloud-core/src/GrpcRequestWrapper.php on line 93
Thanks!
The text was updated successfully, but these errors were encountered:
You should try upgrading to google/cloud-firestore:^1.0, as the version you've listed there is very out of date.
Uncaught Error: Class "Google\ApiCore\Serializer" not found
I am not sure what version of google/gax you're on, but in the most recent version (and since a long long time ago), that class exists. So my best guess is you need to update your packages.
Environment details
Steps to reproduce
Code example
Full Error
Thanks!
The text was updated successfully, but these errors were encountered: