无法使用EXEC连接到FireBase仿真器套件

问题描述使用以下命令启动了Firebase项目模拟器(使用云函数和FireStore)firebaseemulators:start它运行成功,并为我提供了连接到函数的路径,还显示了FireStore的本地主机URL。然后,为了执行我的JEST测试,运行了以下命令firebase

发布:2022-10-16 标签:firebasegoogle-cloud-firestorefirebase-cli


FireBase CLI命令在Linux上打印意外的恶意外观响应,文本有无限个单词:'测试'

问题描述我正在使用Ubuntu。我最近使用npm和官方声明的命令安装了Firebase-toolsnpminstall-gfirebase-tools后来也不知情,在我的项目中本地安装了另一个包,名为Firebase。使用命令:npminstallfirebase之后我面临着巨大

发布:2022-10-16 标签:firebasenpmfirebase-toolsfirebase-cli


Firebase中的云功能是否免费(云功能部署需要猛火计费方案)

问题描述当我第一次部署功能时,我有错误,无法部署,因为我要求将我的帐户升级到猛火,我需要知道当我使用免费帐户时,我可以部署功能吗??输出:ideployingfunctionsifunctions:ensuringrequiredAPIcloudfunctions.googlea

发布:2022-10-16 标签:firebasegoogle-cloud-functionsfirebase-cli


无法更改 firebase pubsub 触发器的位置

问题描述我在asia-northeast1中有一个AppEngine应用,但我无法为pubsub触发器指定区域.IhaveanAppEngineappinasia-northeast1,buticouldnotspecifytheregionforpubsubtrigger.这行

发布:2022-10-16 标签:firebasegoogle-cloud-functionsgoogle-cloud-pubsubfirebase-cli


firebase deploy --only 功能上出现 NPM 错误的原因是什么

问题描述我最近在尝试部署Firebase功能时遇到此错误.但是,自上次成功部署以来,我没有更改任何依赖项...Iamrecentlygettingthiserrorwhenattemptingtodeploymyfirebasefunctions.However,Ididn'tc

发布:2022-10-16 标签:firebasegoogle-cloud-functionsfirebase-cli


Firebase 部署在 tsc 命令返回错误

问题描述我设置了一个Firebase项目来创建一些基本的Firebase函数.在我使用TypeScript的项目中I'vesetupaFirebaseprojecttocreatesomebasicFirebaseFunctions.IntheprojectI'musingTyp

发布:2022-10-16 标签:node.jsfirebasetypescriptgoogle-cloud-functionsfirebase-cli


Firebase 功能正在部署,但未显示在控制台中

问题描述这个问题与问题基本相同但它没有显示在控制台中.我哪里错了?这是我的index.js:constfunctions=require('firebase-functions');constadmin=require('firebase-admin');admin.initia

发布:2022-10-16 标签:javascriptfirebasegoogle-cloud-functionsfirebase-cli


使用 Firebase CLI shell 测试可调用的云函数

问题描述我一直在firebase函数:shell中尝试新的firebase可调用云函数,但我不断收到以下错误Ihavebeentryingnewfirebasecallablecloudfunctionsinfirebasefunctions:shellIkeepongettin

发布:2022-10-16 标签:node.jsfirebasegoogle-cloud-functionsfirebase-cli


从 Flutter 应用程序连接到本地 Firebase 函数模拟器时出错

问题描述在使用本地Firebase函数模拟器作为我的后端设置我的项目并从我的Android模拟器调用我的FirebaseonCall函数后,我收到这个非常不具信息性的错误消息PlatformException(functionsError,Cloudfunctionfailedw

发布:2022-10-16 标签:androidfirebasefluttergoogle-cloud-functionsfirebase-cli


尝试部署功能 Firebase 时出现 ESLint 错误

问题描述我正在尝试部署fireabase示例,但是当我尝试部署它时,CLI会启动错误:I'mtrytodeployfireabaseexample,butwhenItrytodeployit,CLIlaunchesanerror:[代码]constfunctions=requir

发布:2022-10-16 标签:javascriptfirebaseeslintgoogle-cloud-functionsfirebase-cli