简体   繁体   English

Heroku - 无法安装 Firebase firestore - Grpc 扩展问题

[英]Heroku - Unable to install Firebase firestore - Grpc extension issue

I am using heroku 20 and wanted to install cloud firestore but getting the error我正在使用 heroku 20 并想安装 cloud firestore 但出现错误

google/cloud-firestore v1.27.2 requires ext-grpc google/cloud-firestore v1.27.2 需要 ext-grpc

Here is how i am installing package,这是我安装 package 的方式,

composer require google/cloud-firestore

Does anyone know how to install grpc extension on heroku?有谁知道如何在 heroku 上安装 grpc 扩展?

在此处输入图像描述

ext-grpc is not listed among the PHP extensions available on Heroku , nor are arbitrary PECL packages supported by the official PHP buildpack. ext-grpc未列在Heroku 上可用的 PHP 扩展中,官方 PHP 构建包也不支持任意 PECL 包。

I found a few attempts at adding support via third-party buildpacks, but don't believe that any of them actually work.我发现了一些通过第三方构建包添加支持的尝试,但我不相信它们中的任何一个真的有效。 If you need ext-grpc , you may have to host elsewhere.如果你需要ext-grpc ,你可能需要在别处托管。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Algolia 搜索 Firebase 安装后扩展不跟踪 firestore 数据库集合 - Algolia Search Firebase Extension not tracking firestore database collection after install 无法安装 cloud_firestore 所需的 BoringSSL-GRPC (0.0.7) - Not able to install BoringSSL-GRPC (0.0.7) required by cloud_firestore Flutter - 无法将数据保存到 Firebase Firestore - Flutter - Unable to save data to Firebase Firestore ReactJS、Firebase - Firestore,子集合的动态读取问题 - ReactJS, Firebase - Firestore, issue with the dynamic read of subcollections Firebase firestore:“错误:InjectProcessingStep 无法处理” - Firebase firestore: "error: InjectProcessingStep was unable to process" Firebase Cloud Functions 上的 Firestore 查询性能问题 - Firestore Query performance issue on Firebase Cloud Functions 如何将 Firebase Cloud Firestore 与 Google Chrome 扩展一起使用? - How to use Firebase Cloud Firestore with Google Chrome Extension? 无法添加 firebase 以使用“npm install firebase”对应用做出反应 - Unable to add firebase to react app with "npm install firebase" 无法在反应中安装 firebase 使用 npm 安装 firebase / 纱线添加 ZBF12E1515C253C7D8C0352F - Unable to install firebase in react using npm install firebase / yarn add firebase 无法嵌套 firebase/firestore 查询的 map 数据,React & Typescript - Unable to map data of nested firebase/firestore query, React & Typescript
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM