Hi There web3Auth team!
We are using SFA sdk with firebase, and trying to keep our user connected after page refresh.
We see that we can only send the token once to web3auth (Loggin in your user)
Is this an intended behavior (where we have to receive a new token from our auth - firebase)?
currently we do request a refreshed token from FB and pass that to web3auth.
Are we missing something? should we be connected still? or a better logic to keep the user signin after refresh without requesting a new token?
Thanks!