vuejs-firebase icon indicating copy to clipboard operation
vuejs-firebase copied to clipboard

doesn't redirect to main page after auth

Open Youdaman opened this issue 8 years ago • 1 comments

Thanks for the great demo btw :)

I visited the demo URL, hit Login, authed with FB, and then it just returns to http://firebase.zerostatic.com/auth.html#!/ without redirecting to the main page.

I'm new to Vue.js so it'd be interesting to hear what the solution is, and my only guess is the callback that handles the redirect/routing isn't working correctly?

Youdaman avatar Nov 05 '16 10:11 Youdaman

@Youdaman @zerostatic here is the way I solved it: https://github.com/rstormsf/friendsmap

rstormsf avatar Dec 09 '16 00:12 rstormsf