firebase - 一个项目的 Firebase 远程配置中可以拥有的参数数量限制是多少

标签 firebase firebase-remote-config

刚刚开始使用 Firebase 远程配置,在文档中找不到规定一个项目的配置参数数量限制的内容。团队里有人知道吗?

最佳答案

docs已更新以包含限制。

Within a Firebase project, you can have up to 2000 parameters, and up to 500 conditions. Parameter keys can be up to 256 characters long, must start with an underscore or English letter character (A-Z, a-z), and may also include numbers. The total length of parameter value strings within a project cannot exceed 800,000 characters.

关于firebase - 一个项目的 Firebase 远程配置中可以拥有的参数数量限制是多少,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37417906/

相关文章:

firebase - E/FirebaseInstanceId( 5789) : Topic sync or token retrieval failed on hard failure exceptions: AUTHENTICATION_FAILED. 不会重试操作

android - 使用引用从 firebase 中检索多个日期

javascript - 从 firebase 中删除数据时遇到问题 - React、Javascript、Firebase

android - 无法使用 firebase-config :16. 0.0 和 firebase-core :16. 0.1 构建

javascript - 未找到 Firebase Admin SDK 函数

java - 为什么即使在重写方法中发生更改,也会返回 null?

android - 如何在 Firebase 中为首次使用的用户定义实验?

android - 我可以在不使用 google-services.json 的情况下初始化 Firebase 吗?

ios - Firebase 远程配置设置默认值 : doesn't store NSDictionary

ios - Firebase 远程配置崩溃( objective-c iOS)