Use ModulesConfig for push provider modules.
This commit is contained in:
parent
d57e3b7ec9
commit
1a979cd142
3 changed files with 32 additions and 5 deletions
|
|
@ -6,10 +6,16 @@
|
|||
*/
|
||||
|
||||
import config.AnalyticsConfig
|
||||
import config.PushProvidersConfig
|
||||
|
||||
object ModulesConfig {
|
||||
val pushProvidersConfig = PushProvidersConfig(
|
||||
includeFirebase = true,
|
||||
includeUnifiedPush = true,
|
||||
)
|
||||
|
||||
val analyticsConfig: AnalyticsConfig = AnalyticsConfig.Enabled(
|
||||
withPosthog = true,
|
||||
withSentry = true
|
||||
withSentry = true,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue