firebase deploy --only functions should deploy functions to firebase I have had the error with my main project, but for sake of this test, I've used an new firebase project and an empty repo. Steps to reproduce
My Firebase-Functions dependencies: "firebase-admin": "^12.7.0", "firebase-functions": "^6.1.0", I have also tried downgrading both these dependencies, as well as firebase-tools and keep seeing the same error. [REQUIRED] Expected behavior Not fail to deploy. [REQUIRED] Actual behavior See...
s runtime options:\n setGlobalOptions({maxInstances: 10})\nFailed to create function projects/***/locations/us-central1/functions/Added/user\n\nFunctions deploy had errors with the following functions:\n AddedUser(us-central1)\ni functions: cleaning up build files...\n\nError: There was...
"deploy":"firebase deploy --only functions","logs":"firebase functions:log"},"type":"module","engines": {"node":"16"},"main":"lib/index.js","dependencies": {"firebase-admin":"^10.2.0","firebase-functions":"^3.21.0"},"devDependencies": {"typescript":"^4.6.4"},"private":true...
Error: Functions did not deploy properly. Having trouble? Try firebase deploy --help 其他一切都没有问题。只有当我尝试使用 Firebase Firestore 做一些事情时。 请您参考如下方法: 这也发生在我身上,然后我意识到在第二级,firestore 只允许文档而不是集合。
Firebase deploy error - Running command:npm --prefix“$RESOURCE_RESOURCE”run lint results in /...
Firebase deploy error - Running command:npm --prefix“$RESOURCE_RESOURCE”run lint results in /...
Firebase functions.config()在生产中返回一个空对象 、、、 我试图访问存储在functions.config().fb.token中的令牌,但是functions.config()返回一个空对象。要创建令牌,我使用以下命令生成它:稍后,我使用以下命令部署生成的令牌: firebase deploy --token "PREVIOUSLY_GENERATED_TOKEN 浏览1提问于2020-05-21得票数 ...
我只是在尝试firebase的云函数。index.ts只是一个问候世界。但我在部署firebase云函数时遇到错误。muchammadagunglaksana/Documents/Latihan/cloud_function/doug_youtube/functions src/index.ts:1:1 - errorTS6133: 'func 浏览28提问于2019-09-09得票数2 ...
阻止部署的错误将显示在这里,以及代码中的错误,这些错误会在部署后阻止functions-framework加载代码。例如...