第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

未能將數(shù)據(jù)發(fā)送到 Cloud Firestore

未能將數(shù)據(jù)發(fā)送到 Cloud Firestore

牛魔王的故事 2021-09-30 15:01:45
我正在嘗試將一些隨機(jī)數(shù)據(jù)推送到云 Firestore。因此,我使用帶有 - firebase init 函數(shù)的云函數(shù)初始化了項(xiàng)目。在函數(shù)目錄中,我有一個(gè)文件 seed.js,其中包含發(fā)送數(shù)據(jù)的代碼。使用 faker 生成數(shù)據(jù)。const faker = require("faker");const db = admin.firestore();const fakeIt = () => {  return db.collection("customers").add({    username: faker.internet.userName(),    avatar: faker.internet.avatar(),    bio: faker.hacker.phrase()  });};Array(20)  .fill(0)  .forEach(fakeIt);當(dāng)我運(yùn)行 node seed.js 時(shí),我收到了下面描述的錯(cuò)誤PS C:\Users\Ghost\Random Projects\Algolia\functions> node .\seed.js(node:1636) UnhandledPromiseRejectionWarning: Error: Unable to detect a Project Id in the current environment.To learn more about authentication and Google APIs, visit:https://cloud.google.com/docs/authentication/getting-started    at _getDefaultProjectIdPromise.Promise (C:\Users\Ghost\Random Projects\Algolia\functions\node_modules\google-auth-library\build\src\auth\googleauth.js:90:31)    at process._tickCallback (internal/process/next_tick.js:68:7)(node:1636) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 21)(node:1636) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.(node:1636) UnhandledPromiseRejectionWarning: Error: Unable to detect a Project Id in the current environment.To learn more about authentication and Google APIs, visit:https://cloud.google.com/docs/authentication/getting-started    at _getDefaultProjectIdPromise.Promise (C:\Users\Ghost\Random Projects\Algolia\functions\node_modules\google-auth-library\build\src\auth\googleauth.js:90:31)    at process._tickCallback (internal/process/next_tick.js:68:7)
查看完整描述

2 回答

?
有只小跳蛙

TA貢獻(xiàn)1824條經(jīng)驗(yàn) 獲得超8個(gè)贊

您需要在文件頂部初始化 firebase 應(yīng)用程序


像這段代碼的東西


admin.initializeApp(Object.assign({}, functions.config().firebase, {

    credential: admin.credential.cert(serviceAccount),

}));


查看完整回答
反對(duì) 回復(fù) 2021-09-30
  • 2 回答
  • 0 關(guān)注
  • 181 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)