We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f268f commit ccd4b2eCopy full SHA for ccd4b2e
firebase-config/src/main/java/com/google/firebase/remoteconfig/internal/ConfigMetadataClient.java
@@ -85,7 +85,6 @@ public class ConfigMetadataClient {
85
86
/** Constants for custom signal limits. */
87
private static final int CUSTOM_SIGNALS_MAX_KEY_LENGTH = 250;
88
-
89
private static final int CUSTOM_SIGNALS_MAX_STRING_VALUE_LENGTH = 500;
90
private static final int CUSTOM_SIGNALS_MAX_COUNT = 100;
91
0 commit comments