Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我"com.google.firebase" % "firebase-admin" % "6.10.0" 在 Play 项目中添加了依赖项,但是当我尝试导入 FirebaseOptions 时,它显示没有可用的导入。
"com.google.firebase" % "firebase-admin" % "6.10.0"
我错过了什么?
我猜你已经跳过了第二步,但这里是你需要做的所有步骤:
libraryDependencies += "com.google.firebase" % "firebase-admin" % "6.10.0"
sbt update
import com.google.firebase.FirebaseOptions