Add data seeding playground.

This commit is contained in:
Greyson Parrelli
2025-09-08 08:58:44 -04:00
parent f88181cc82
commit d8758bcc4e
5 changed files with 589 additions and 1 deletions

View File

@@ -535,7 +535,7 @@ object RemoteConfig {
key = "android.internalUser",
hotSwappable = true
) { value ->
value.asBoolean(false) || Environment.IS_NIGHTLY || Environment.IS_STAGING
value.asBoolean(false) || Environment.IS_NIGHTLY || Environment.IS_STAGING
}
/** The raw client expiration JSON string. */