- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
出于某种原因,我无法使用 Flutterfire CLI 在 firebase 上配置 ios 应用程序。我以前做过,但这次我遇到了这个错误
FirebaseCommandException: An error occured on the Firebase CLI when attempting to run a command.
COMMAND: firebase apps:create ios good_dreams (ios) --bundle-id=com.infatechnologies.good_dreams --json --project=good-dreams-app
ERROR: Failed to create iOS app for project good-dreams-app. See firebase-debug.log for more info.
我尝试查看 debug.log 文件以查看问题所在,我看到一个带有错误代码 401 的发布请求作为响应。
{
"error": {
"code": 401,
"message": "Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.",
"status": "UNAUTHENTICATED",
"details": [
{
"@type": "type.googleapis.com/google.rpc.ErrorInfo",
"reason": "CREDENTIALS_MISSING",
"domain": "googleapis.com",
"metadata": {
"method": "google.firebase.service.v1beta1.IosAppService.ListIosApps",
"service": "firebase.googleapis.com"
}
}
]
}
}
这些缺失的凭据是什么?我如何得到它们?这是整个 firebase-debug.log 文件:
[debug] [2022-02-15T15:41:11.658Z] ----------------------------------------------------------------------
[debug] [2022-02-15T15:41:11.660Z] Command: /usr/local/bin/firebase /Users/user/.cache/firebase/tools/lib/node_modules/firebase-tools/lib/bin/firebase apps:create ios good_dreams (ios) --bundle-id=com.infatechnologies.good_dreams --json --project=good-dreams-app
[debug] [2022-02-15T15:41:11.660Z] CLI Version: 10.0.1
[debug] [2022-02-15T15:41:11.660Z] Platform: darwin
[debug] [2022-02-15T15:41:11.660Z] Node Version: v12.18.1
[debug] [2022-02-15T15:41:11.661Z] Time: Tue Feb 15 2022 15:41:11 GMT+0000 (Greenwich Mean Time)
[debug] [2022-02-15T15:41:11.661Z] ----------------------------------------------------------------------
[debug]
[debug] [2022-02-15T15:41:11.708Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
[debug] [2022-02-15T15:41:11.708Z] > authorizing via signed-in user (aduhenry9@gmail.com)
[info] Create your IOS app in project good-dreams-app:
[debug] [2022-02-15T15:41:11.712Z] >>> HTTP REQUEST POST https://firebase.googleapis.com/v1beta1/projects/good-dreams-app/iosApps
{"displayName":"good_dreams (ios)","bundleId":"com.infatechnologies.good_dreams"}
[debug] [2022-02-15T15:41:12.192Z] <<< HTTP RESPONSE 400 {"vary":"X-Origin, Referer, Origin,Accept-Encoding","content-type":"application/json; charset=UTF-8","date":"Tue, 15 Feb 2022 15:41:12 GMT","server":"ESF","cache-control":"private","x-xss-protection":"0","x-frame-options":"SAMEORIGIN","x-content-type-options":"nosniff","alt-svc":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"","accept-ranges":"none","transfer-encoding":"chunked"}
[debug] [2022-02-15T15:41:12.193Z] <<< HTTP RESPONSE BODY {"error":{"code":400,"message":"Request contains an invalid argument.","status":"INVALID_ARGUMENT"}}
[debug] [2022-02-15T15:41:12.194Z] HTTP Error: 400, Request contains an invalid argument.
[debug] [2022-02-15T15:41:12.689Z] FirebaseError: HTTP Error: 400, Request contains an invalid argument.
at module.exports (/Users/user/.cache/firebase/tools/lib/node_modules/firebase-tools/lib/responseToError.js:38:12)
at Request._callback (/Users/user/.cache/firebase/tools/lib/node_modules/firebase-tools/lib/api.js:41:35)
at Request.self.callback (/Users/user/.cache/firebase/tools/lib/node_modules/request/request.js:185:22)
at Request.emit (events.js:315:20)
at Request.EventEmitter.emit (domain.js:482:12)
at Request.<anonymous> (/Users/user/.cache/firebase/tools/lib/node_modules/request/request.js:1154:10)
at Request.emit (events.js:315:20)
at Request.EventEmitter.emit (domain.js:482:12)
at IncomingMessage.<anonymous> (/Users/user/.cache/firebase/tools/lib/node_modules/request/request.js:1076:12)
at Object.onceWrapper (events.js:421:28)
at IncomingMessage.emit (events.js:327:22)
at IncomingMessage.EventEmitter.emit (domain.js:482:12)
at endReadableNT (_stream_readable.js:1221:12)
at processTicksAndRejections (internal/process/task_queues.js:84:21)
[error]
[error] Error: Failed to create iOS app for project good-dreams-app. See firebase-debug.log for more info.
最佳答案
我认为 bundle id (ios) 和包名称 (android) 应该相同,但它们不应该。该组织可能是相同的,但最后出现的不应该。这就是问题所在,尽管在我能找到的任何指南/教程中都没有说明,甚至在错误消息中也没有说明
关于firebase - Flutterfire ios 配置问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71129374/
我试图一步一步地遵循所有文档,但我悲惨地失败了。我正在 Windows 上使用 Flutter 和 Android Studio 创建我的第一个应用。 错误: i Found 0 Firebase p
出于某种原因,我无法使用 Flutterfire CLI 在 firebase 上配置 ios 应用程序。我以前做过,但这次我遇到了这个错误 FirebaseCommandException: An
我正在使用带有 demo project 的 firebase 模拟器,没有创建任何实际的 firebase 项目资源。我正在使用以下命令... firebase emulators:start --
https://firebase.google.com/codelabs/firebase-get-to-know-flutter#3 dart pub global activate flutter
https://firebase.google.com/codelabs/firebase-get-to-know-flutter#3 dart pub global activate flutter
我正在使用 flutter 和 flutterfire 构建一个应用程序(这允许我使用 flutter 和 firebase)。对于 flutterfire,我正在使用 firebase_auth .
在 FlutteFire文档,它说“Firebase 将自动向用户发送一封带有唯一代码的电子邮件。然后可以通过 applyActionCode() 方法输入此代码。您可以首先使用 checkActio
我正在尝试将 SHA1 证书添加到新的 Firebase 项目 在FlutterFire Overview有声明说应该避免手动配置。相反,我们应该在 CLI 中使用 flutterfire confi
无论我尝试做什么,我都会不断收到此错误, 我已经尝试过使用“npm install -g firebase-tools”,并且“firebase projects:list”显示了我当前项目的正确列表
我在为我的项目配置 Flutter Fire 时遇到问题。我使用 npm install -g firebase-tools --force 安装,然后尝试 > dart pub global act
每当我尝试为 iOS 设置 firebase 时,一切都会正常工作,直到我将“cloud_firestore:”包(或任何其他 FlutterFire 包)添加到 pubspec.yaml 文件夹中。
我关注了document在我的 flutter 应用程序中添加 firebase。我收到 1 条警告和类似的消息 Warning: Pub installs executables into
构建flutter项目时出现以下错误: *评估项目“:firebase_ml_vision”时出现问题。 Could not find the firebase_core FlutterFire pl
当我尝试将 GeoFire 添加到我的 iOS Flutter 项目时出现错误,该项目包含 FlutterFire 数据库插件。这是错误的样子: Resolving dependencies of `
我制作了一个新应用程序并执行了 Decs 中的步骤,但是当我运行该应用程序时,它运行正确,但控制台上仍然存在错误。 这个错误 6.26.0 - [Firebase/Core][I-COR000005]
我正在使用新的 FlutterFire API 更新旧的 Flutter 代码。我用的是 setData与 merge: true在我的一个函数中更新保存在 map 中的一些文档字段。我确实改变了 s
在 Firebase 实时数据库上运行简单查询时,它在 iOS 上的模拟器和设备上都可以正常工作。但是在Android上它不起作用。下面的代码尝试获取用户“YYYY”,无论该用户是否已存在于数据库中。
我是一名优秀的程序员,十分优秀!