Firebase token: the beginning of the token is always the same, print out the end of it.

This commit is contained in:
Benoit Marty 2024-10-30 10:17:16 +01:00 committed by Benoit Marty
parent 046e630f4b
commit 1f60509d92
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ class FirebaseTokenTest @Inject constructor(
delegate.updateState(
description = stringProvider.getString(
R.string.troubleshoot_notifications_test_firebase_token_success,
"${token.take(8)}*****"
"*****${token.takeLast(8)}"
),
status = NotificationTroubleshootTestState.Status.Success
)