How force refresh token on Ionic 4 capacitor?

Good evening,
Thank you first of all for your help. I have a concern I would like to force the refreshment of my Token in my PushNotification for Firebase.

    PushNotifications.addListener('registration', 
      (token: PushNotificationToken) => {
        alert('Push registration success, token: ' + token.value);
      }
    );

Is there a system to force me to update my token firebase?
Ty for your help =)

Aucune réponse ? :’(