You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately I don't have time currently to reproduce and PR the bug, but I wanted to share to in case anyone runs into a similar issue.
If you are using AppCheck for Auth with ReCaptcha, and are using default persistence state of Auth (local), you may run into this issue. If you log in, then refresh the page, Auth resolves before AppCheck (even if you are using subscribeManually) and logs the user out for invalid ReCaptcha token.
Temporary fix; use "lazy" modules and await loading of AppCheck before loading Auth.
The text was updated successfully, but these errors were encountered:
Unfortunately I don't have time currently to reproduce and PR the bug, but I wanted to share to in case anyone runs into a similar issue.
If you are using AppCheck for Auth with ReCaptcha, and are using default persistence state of Auth (
local
), you may run into this issue. If you log in, then refresh the page, Auth resolves before AppCheck (even if you are usingsubscribeManually
) and logs the user out for invalid ReCaptcha token.Temporary fix; use "lazy" modules and
await
loading of AppCheck before loading Auth.The text was updated successfully, but these errors were encountered: