New User management - Just tell the platform which user is logged in

Hi Ionic fans :slight_smile:

I’m a bit overwhelmed by the new User configuration. To clarify my needs: We have a backend with a user management, we handle all authentication steps via websockets and in fact I only need Ionic.User for Ionic.Push right now.

I only need to tell the Platform, which backend-user right now is logged in, so that it can send push-messages to the corresponding devices. Is that even possible with the current Platform?

Maybe later it would also make sense to use analytics or other user-bound features.

Thank you!