My code https://gist.github.com/ButuzGOL/707d1605f63eef55e4af
So when I get sign-in success callback I want to make redirect, redirect works through dispatcher t
you can user the "defer" option in the dispatcher. In your case it would be like:
Dispatcher.dispatch.defer(...);