firebaseui-web-react icon indicating copy to clipboard operation
firebaseui-web-react copied to clipboard

User automatically logged out when page is refreshed after 4.0.0 update.

Open SrividyaKK opened this issue 5 years ago • 1 comments

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.

SrividyaKK avatar Aug 19 '19 15:08 SrividyaKK

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)

barbalex avatar Mar 11 '20 12:03 barbalex