微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!
firebase-cli专题提供firebase-cli的最新资讯内容,帮你更好的了解firebase-cli。
当我使用“firebase login”登录 firebase 时,它​​显示以下错误: <pre><code>Error: spawn cmd ENOENT at Process.C
按照此处的说明进行操作: <a href="https://firebase.google.com/docs/functions/manage-functions#upgrade-node10" rel="nof
我有一个 firebase 函数,它说 nodejs 运行时已被弃用。 <a href="https://i.stack.imgur.com/wZ4q5.png" rel="nofollow norefer
我正在将我的 React 应用程序部署到 Firebase 托管。当我创建 firebase init 并选择所有选项时,我收到此错误
我正在尝试在 <em><strong>firebase</strong></em> 上托管我的测试应用,但每次我输入 <em><strong>firebase init 托管</
我已经使用 firebase 控制台在 firebase 托管上创建了托管我的网站。我也安装了 npm,但是当我尝试登录 fire
我正在尝试使用以下命令一次部署多个分组的云功能 <pre><code>firebase deploy --only functions:groupName.functionN
所以我使用 create-react-app 工具链创建了一个 React 应用程序。 写了一些组件并运行 <pre><code>firebase init
我是 Firebase 的新手,正在尝试部署 3 个不同的静态网站。我的目录结构是这样的: <em>domains/projectA
我已经为 firebase 部署问题苦苦挣扎了好几个小时,但似乎没有任何效果 我试过 <a href="https://stackoverflow.c
正在尝试部署 firebase 功能,但我现在迷路了,无论我尝试什么都不适合我 我已经尝试过 <a href="https://sta
我是 Firebase 的新手, 我正在尝试按照此链接启用 Cloud Vision API 文本识别。 链接:<a href="https://fireb
当我的应用程序尝试访问我的 Firebase 数据库时,我收到了 503 错误 - UNAVAILABLE(HTTP 错误代码 = 503)。我
我已经创建了 docker 镜像,其中包含我的 angular 应用程序以及 firebase CLI 来运行实时数据库、身份验证和
我正在尝试使用 Firebase CLI 删除 firebase 中的一个节点 (~100GB) <code>firebase database:remove /node</code> 并且运行
我无法通过 <code>IdentifiedCars &lt;- IdentifiedCars[(IdentifiedCars$ConnectionTimeHour &lt;= 50),]</code> 将我的网站部署到
我最近继承了管理 firebase 项目的工作,我正在尝试重新创建该项目,因此我有一个生产和开发版本可供
<pre><code>firebase database:remove /path/mylarge_node_to_delete -y &gt; /dev/null 2&gt;&amp;1 &amp; </code></pre> 此命令在后台运
<strong>1) 问题</strong> 我正在使用 Firebase CLI(版本:<strong>9.10.2</strong>),特别是以下命令 <块引
我正在尝试首先从 NodeJS 项目部署到 Firebase,但我还没有设置实时数据库,因为我打算只使用 Firestore。