Push gateway config (#4608)

* Read PushProvidersConfig parameter from BuildTimeConfig

* Update submodule link.
This commit is contained in:
Benoit Marty 2025-04-22 13:58:12 +02:00 committed by GitHub
parent 3b35d96e1a
commit 4b9c9ccb7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 3 deletions

View file

@ -31,4 +31,7 @@ object BuildTimeConfig {
val SERVICES_SENTRY_DSN: String? = null
val BUG_REPORT_URL: String? = null
val BUG_REPORT_APP_NAME: String? = null
const val PUSH_CONFIG_INCLUDE_FIREBASE = true
const val PUSH_CONFIG_INCLUDE_UNIFIED_PUSH = true
}