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
refactor(push-notification): improve device token map population and deletion process
- Use `putIfAbsent` for concise and efficient population of userDeviceTokensMap
- Replace sequential device deletion with parallel deletion using `Future.wait` for improved performance
0 commit comments