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
I have an issue with setUserWithHashAuth method. It seems that this method is not promisable.
I am quering shouldUserStatusBeCollected method further in my app so I would like to synchronize it setUserWithHashAuth method.
Is it possible to make it promisable?
The text was updated successfully, but these errors were encountered:
Hello, currently the method is not promisable, but the user synchronization operation itself is asynchronous. You have to listen to SYNC_READY and SYNC_ERROR events to be notified when synchronization is complete:
Hello,
I have an issue with setUserWithHashAuth method. It seems that this method is not promisable.
I am quering shouldUserStatusBeCollected method further in my app so I would like to synchronize it setUserWithHashAuth method.
Is it possible to make it promisable?
The text was updated successfully, but these errors were encountered: