Give ability to configure the Firebase push gateway.

This commit is contained in:
Benoit Marty 2025-03-12 16:50:12 +01:00
parent 3ca624648b
commit cf60f943a8
10 changed files with 70 additions and 11 deletions

View file

@ -27,4 +27,6 @@ class DefaultEnterpriseService @Inject constructor() : EnterpriseService {
override fun semanticColorsLight(): SemanticColors = compoundColorsLight
override fun semanticColorsDark(): SemanticColors = compoundColorsDark
override fun firebasePushGateway(): String? = null
}