OneSignal / OneSignal-Flutter-SDK

OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your flutter app with OneSignal
https://www.onesignal.com
Other
606 stars 204 forks source link

[question]: refresh pushSubscriptionId? #903

Open juarezfranco opened 1 week ago

juarezfranco commented 1 week ago

How can we help?

Is it possible refresh token? for example, when sign in out, I want to refresh token

this token -> OneSignal.User.PushSubscription.id

Code of Conduct

nan-li commented 1 week ago

Hi @juarezfranco, the push subscription is tied to the device, and contain the push token. When users log out, the subscription ID remains the same, but is no longer associated with the user.