Search code examples
phpgoogle-cloud-firestoregrpc

Is there any another way to configure Firestore with Php without recommendation of grpc extention?


Is there any other way to configure Firestore with Php without recommendation of grpc extension?

My Server is not supported grpc extension. Server contains centOs and RHEL6 .


Solution

  • You can try either of the following:

    1. Github repository: Firestore PHP Client without gRCP extension
    2. Packagist - The PHP Package Repository: Firestore SDK for PHP without gRPC
    3. Github Repository: Firestore SDK for PHP without gRPC