When user navigates to privacy policy and clicks Back to
app, they are taken to the sign-in screen instead of the
app. This is because the auth token lives in memory
(S.token) and is lost on navigation.
Fix: implement silent token refresh using Google Identity
Services so the token is restored automatically without
showing the sign-in popup.
When user navigates to privacy policy and clicks Back to
app, they are taken to the sign-in screen instead of the
app. This is because the auth token lives in memory
(S.token) and is lost on navigation.
Fix: implement silent token refresh using Google Identity
Services so the token is restored automatically without
showing the sign-in popup.