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 ccd4b2e commit 5a15867Copy full SHA for 5a15867
firebase-config/src/main/java/com/google/firebase/remoteconfig/internal/ConfigMetadataClient.java
@@ -83,9 +83,11 @@ public class ConfigMetadataClient {
83
private static final String REALTIME_BACKOFF_END_TIME_IN_MILLIS_KEY =
84
"realtime_backoff_end_time_in_millis";
85
86
- /** Constants for custom signal limits. */
+ /** 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
91
private static final int CUSTOM_SIGNALS_MAX_COUNT = 100;
92
93
private final SharedPreferences frcMetadata;
0 commit comments