-1

Unable to create a FirestoreClient: The requested client requires the gRPC extension. Please see https://cloud.google.com/php/grpc for installation instructions.

  • I want to install gRPC on my VPS, what are the possible ways ? – lolobash May 17 '22 at 08:22
  • Hi @lolobash, Welcome to SO. I think this question could attract answers from more people if it was written with a better structure. Please read https://stackoverflow.com/help/how-to-ask for some guidelines on how to write questions better. – rineez May 18 '22 at 09:13

1 Answers1

0

Check your phpinfo() for gRPC extension enabled. Instructions of how to enable it provided by your link.

Epicurus
  • 1
  • 1