Is there a way to get getCurrentUser to return the current user if the token is valid?

As it stands right now, on app relaunch getCurrentUser returns null and isValidLogin returns true. I can query the database to get the user information, but I don’t see any method in the documentation to set getCurrentUser return the user. I’d rather not juggle multiple getUser functions if I don’t have to. Using Flutter SDK

Hello @jp19344 . We have created an internal ticket to look at this issue in more detail.
BKNDLSS-25058

Hi @jp19344

We have released new version 6.3.3 and added a method setCurrentUser. Now you can retrieve your BackendlessUser by its id and then set as current user via new method. And then to get it, just call getCurrentUser.

Best Regards,
Maksym