We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa5957e commit 085c946Copy full SHA for 085c946
firebase-config/src/main/java/com/google/firebase/remoteconfig/internal/ConfigFetchHandler.java
@@ -80,7 +80,7 @@ public class ConfigFetchHandler {
80
@VisibleForTesting static final int HTTP_TOO_MANY_REQUESTS = 429;
81
82
/**
83
- * First-open-time key name in GA user-properties. First-open time is a predefined user-dimension
+ * First-open time key name in GA user-properties. First-open time is a predefined user-dimension
84
* automatically collected by GA.
85
*/
86
@VisibleForTesting static final String FIRST_OPEN_TIME_KEY = "_fot";
0 commit comments