Unable to create a FirestoreClient: The requested client requires the gRPC extension. Please see https://cloud.google.com/php/grpc for installation instructions.
Asked
Active
Viewed 111 times
-1
-
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 Answers
0
Check your phpinfo()
for gRPC
extension enabled. Instructions of how to enable it provided by your link.

Epicurus
- 1
- 1
-
-
@lolobash use console and follow the steps provided at https://cloud.google.com/php/grpc for your OS – Epicurus May 17 '22 at 12:44