You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the thing is, that Firebase has an 'onTokenRefresh' event, where the might be updated.
in that case - how do I update the token? if I use the code above, and the only way the token is propagated is by calling Segment.track(eventName: 'Application Opened'); then that might mess up my events, won't it?
The text was updated successfully, but these errors were encountered:
Hi,
I'm using Firebase messaging to get the device token and send it to Segment, using
the thing is, that Firebase has an 'onTokenRefresh' event, where the might be updated.
in that case - how do I update the token? if I use the code above, and the only way the token is propagated is by calling
Segment.track(eventName: 'Application Opened');
then that might mess up my events, won't it?The text was updated successfully, but these errors were encountered: