Just started using the Firebase Remote Configs and could not find in the docs where it states the limit to the number of config parameters for one project. Anyone on the team know ?
What is the limit to the number of parameters you can have in Firebase Remote Configs for one project
Asked Answered
The docs have been updated to include the limits.
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.
© 2022 - 2024 — McMap. All rights reserved.