- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我的应用程序使用适用于 Java 的 Firebase Admin SDK(最近从 Firebase Server SDK 升级)。在本地环境上测试时它工作正常,但是从 Eclipse 将其部署到 Google App Engine 后,日志显示以下错误:
com.google.api.server.spi.SystemService invokeServiceMethod: exception occurred while calling backend method
java.lang.NoSuchMethodError: com.google.firebase.FirebaseOptions$Builder.setCredential(Lcom/google/firebase/auth/FirebaseCredential;)Lcom/google/firebase/FirebaseOptions$Builder;
有人可以建议吗?我检查了服务器上的 pom.xml
,可以看到 firebase-admin SDK 依赖项已成功上传:
<dependency>
<groupId>com.google.firebase</groupId>
<artifactId>firebase-admin</artifactId>
<version>5.2.0</version>
</dependency>
最佳答案
您可能需要将 Firebase 版本升级到 4.1.0 或更高版本。 com.google.firebase.FirebaseOptions$Builder.setCredential()
自版本 4.1.0 起引入。
<dependency>
<groupId>com.google.firebase</groupId>
<artifactId>firebase-admin</artifactId>
<version>4.1.0</version>
</dependency>
关于java - Firebase 管理 SDK : NoSuchMethodError for setCredential(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44938795/
我安装了 tweetinvi,但未找到 TwitterCredentials.SetCredentials。 Install-Package TweetinviAPI 我该如何解决这个问题。 最佳答
尝试使用 customToken 实现 Firebase 身份验证。 执行以下操作时出现错误: FirebaseOptions options = new FirebaseOptions.Builde
我的应用程序使用适用于 Java 的 Firebase Admin SDK(最近从 Firebase Server SDK 升级)。在本地环境上测试时它工作正常,但是从 Eclipse 将其部署到 G
本文整理了Java中org.apache.xmlrpc.client.XmlRpcHttpTransport.setCredentials()方法的一些代码示例,展示了XmlRpcHttpTransp
现在我正在玩 ServiceStack和它的 Authentication and authorization支持。 处理 CustomAuthenticationMvc (Web 服务 Host 应
我一直在使用 Google 的 Firebase Admin SDK,虽然我已经配置并创建了需要推送通知的客户端,但 FCM 项目的凭据设置方式并不令我满意。 目前,我正在使用提供的 JSON 文件设
我正在使用“googleapis” Node 模块。几天后我开始遇到以下错误: this.oauth2Client.setCredentials is not a function .. 代码: va
我正在尝试使用“applicationPassword”来保护用户存储在钥匙串(keychain)中的数据。 一切在真实设备上都能完美运行,但不幸的是,在模拟器上根本无法运行。 为了开始,我有这个非常
我正在使用移动后端启动器,并且我正在尝试在使用 secured by id 设置时更新实体。我不断收到错误 com.google.api.client.googleapis.json.GoogleJs
我是一名优秀的程序员,十分优秀!