firebaseui-web-react
firebaseui-web-react copied to clipboard
User automatically logged out when page is refreshed after 4.0.0 update.
I recently updated react-firebaseui
to v4.0.0 from v3.1.2. There is an annoying bug: authenticated user is automatically logged out when the webpage is refreshed.
Browser: Tested on Chrome and Firefox
Reverted back to v3.1.2 to solve it temporarily.
Could be related to https://github.com/firebase/firebaseui-web-react/issues/67
Have you tried adding credentialHelper: 'none'
in the config object? (https://github.com/firebase/firebaseui-web-react/issues/67#issuecomment-534718886)