I have added the dependency "com.google.firebase" % "firebase-admin" % "6.10.0" in a Play project, but when I tried to import FirebaseOptions, it shows that no import available.
What am I missing?
I have added the dependency "com.google.firebase" % "firebase-admin" % "6.10.0" in a Play project, but when I tried to import FirebaseOptions, it shows that no import available.
What am I missing?
Copyright © 2021 Jogjafile Inc.
I guess that you've skipped step number two, but here are all steps what you need to do:
libraryDependencies += "com.google.firebase" % "firebase-admin" % "6.10.0"sbt updatein your project folderimport com.google.firebase.FirebaseOptions