Firebase Auth and Framework 7 router/redirect

So I’m building my first Mobile app using Wappler - yeah!

I’m using mysql and app connect for most of the db, but Firebase auth for logins with mail and social, push messages and chat.

I am still very unedicated on the Framework7 router and using it with Firebase auth since I have to enter url’s when handling the callbacks from firebase.

So after login I want to redirect to the about page. I am using kitchen sink just to get started, so about is setup in router and works with a anchor tag.

Firebase has this optio:

signInSuccessUrl: ’ ',

Tried

signInSuccessUrl: ‘/about/’,
signInSuccessUrl: ‘/about’,

and various options. Any help would be appreciated.