firebase-tools专题提供firebase-tools的最新资讯内容,帮你更好的了解firebase-tools。
我的Nuxt应用托管在Firebase上。在将nuxt依赖关系从2.10.2更新为2.14.1之后,实时构建崩溃了。该应用程序在
<pre><code>using Pkg pkg&#34;activate; st&#34; </code></pre> 我收到上述错误。请在这方面帮助我。
我已经更新了我的一项云功能,并且想在本地发布之前对其进行测试,并且我正在使用<code>firebase emulator
我是Firebase函数的新手,我正在尝试为Firebase设置函数,以便为我的应用中的常见活动设置通知,但是我
我已经在<a href="https://firebase.google.com/docs/emulator-suite/connect_and_prototype#web_1" rel="nofollow noreferrer">firebase docs
通过在我的functions文件夹中运行命令<code>firebase-tools</code>将<code>sudo npm i -g firebase-tools</code>从版本8.6.0升
我正在使用Firebase在计算机上进行测试。 在<code>firebase serve</code>之后 我只能使用HTTP访问功能: http:// l
我正在使用以下命令安装带有纱线的firebase-tools: <code>parent()</code> 在尝试之后: <code>
我用npm安装firebase-tools 但终端找不到firebase-tools:(... 我也尝试自动安装脚本“ curl -sL <a href="https://fireb
我在项目中使用<a href="https://github.com/stripe/stripe-firebase-extensions/tree/master/firestore-stripe-invoices" rel="nofollow n
所以我试图在Visual Studio代码终端中的Firebase模拟器中本地记录对象和错误。 <pre><code>try { // send requ
所以我正在研究一个包含Python和Firebase实时数据库的小项目。 到目前为止,我几乎完成了所有工作,我
有没有办法通过命令行提供 .runtimeconfig.json 位置?找不到任何相关信息。 像下面这样? <pre><code
我有一个 firebase 函数,它在 firestore doc OnCreate 上触发,<code>failurePolicy</code> 设置为 <code>true</code>,如下
初始化firebase项目时,它将创建一个firebase.json文件,其中包含用于托管,firestore,存储的设置,但不包
在<a href="https://firebase.google.com/docs/firestore/solutions/delete-collections#solution_delete_data_with_a_callable_cloud_function"
我正在从Firebase Functions在Firestore上运行查询。当我从本地shell运行该函数时,一切正常。 但是,在
我尝试使用Firebase模拟器从Flutter应用程序中使用Firebase Cloud Functions。 在生产中,该调用工作正常,但在
我想从NodeJS脚本(而不是从Cloud Function)中删除Firestore集合及其子集合。我不能通过项目选择来解决问题
尝试运行Firebase仿真器时,除功能仿真器外,其他所有功能都可以正常运行。它给了我以下错误: <blo