Add quick fix in notification troubleshot test to perform a Firebase token rotation
This commit is contained in:
parent
4aa1afec5a
commit
6bde224695
12 changed files with 243 additions and 33 deletions
|
|
@ -53,4 +53,6 @@ class UnifiedPushProvider @Inject constructor(
|
|||
override suspend fun getCurrentUserPushConfig(): CurrentUserPushConfig? {
|
||||
return unifiedPushCurrentUserPushConfigProvider.provide()
|
||||
}
|
||||
|
||||
override fun canRotateToken(): Boolean = false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue