gpt4 book ai didi

firebase - 在没有身份验证的情况下调用 Firebase 远程配置 REST API

转载 作者:行者123 更新时间:2023-12-04 10:39:52 25 4
gpt4 key购买 nike

我想在移动应用程序中通过 REST 使用 Firebase 远程配置 API。由于技术限制,我不能使用 Android/iOS SDK,所以我不得不求助于 REST API。

但是,该 API 需要使用私钥进行身份验证——显然我不能在应用程序中包含该 key 。

我现在不需要任何其他 Firebase 服务,只需要远程配置。

我该如何解决这个限制?我尝试按照 https://firebase.google.com/docs/remote-config/use-config-rest 的指南进行操作,但如前所述,它需要首先使用 auth API 生成一个短期 OAuth2 token 。

最佳答案

根据 using the Remote Config REST API 上的文档:

This document describes how you can use the Remote Config REST API to read and modify the set of JSON-formatted parameters and conditions known as the Remote Config template.



所以 REST API 适用于 修改远程配置变量,您也可以在 Firebase 控制台中执行的操作类型。它不适用于普通客户, 消费配置变量。为此,您必须使用提供的客户端之一,因为没有 REST API 并且没有记录有线协议(protocol)。

关于firebase - 在没有身份验证的情况下调用 Firebase 远程配置 REST API,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59983392/

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