有人使用 GoogleCredentials 吗?

Has somebody work with GoogleCredentials?

在 firebase admin 发行说明:

https://firebase.google.com/support/release-notes/admin/java

初始化

FEATURE FirebaseOptions 现在可以使用 GoogleCredentials 进行初始化。

http://google.github.io/google-auth-library-java/releases/0.7.1/apidocs/com/google/auth/oauth2/GoogleCredentials.html

我不明白文档或如何继续。 有人可以分享他们的知识吗?

https://firebase.google.com/docs/admin/setup#initialize_the_sdk

处有代码示例

例如,要加载服务帐户:GoogleCredentials.fromStream(inputStream);,其中 inputStream 通常是 FileInputStream 到服务帐户 json 文件。