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
625 stars 214 forks source link

[question]: refresh pushSubscriptionId? #903

Closed juarezfranco closed 4 months ago

juarezfranco commented 5 months 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 5 months 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.