gpt4 book ai didi

java - 如何在 Play 框架中使用 Google Firebase 管理员?

转载 作者:行者123 更新时间:2023-11-30 12:02:47 25 4
gpt4 key购买 nike

我在 Play 项目中添加了依赖项 "com.google.firebase"% "firebase-admin"% "6.10.0",但是当我尝试导入 FirebaseOptions 时,它显示无法导入。

我错过了什么?

最佳答案

我想您已经跳过了第二步,但以下是您需要执行的所有步骤:

  1. 添加到 build.sbt libraryDependencies += "com.google.firebase"% "firebase-admin"% "6.10.0"
  2. 将依赖项下载到您的本地项目:在您的项目文件夹中运行 sbt update
  3. 将 import 语句添加到您的类 import com.google.firebase.FirebaseOptions

关于java - 如何在 Play 框架中使用 Google Firebase 管理员?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58259403/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com