Give ability to configure the Firebase push gateway.

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

View File

@@ -17,4 +17,6 @@ interface EnterpriseService {
fun semanticColorsLight(): SemanticColors
fun semanticColorsDark(): SemanticColors
fun firebasePushGateway(): String?
}