A Professional Template for large GDG events. This project has been designed to continue to be your DevFest/IWD website solution without having to create a new site or Firebase project every year.
14 introduced Anonymous login and also multiple login providers. Unfortunately once someone logs in to the site, it reverts the user back to anonymous once the website is reloaded or revisited.
Expected Behavior
Once the user logged in, the session will keep the provider logged in state no matter what.
Current Behavior
The login status is lost once a website refresh or revisit.
Possible Solution
Steps to Reproduce
Visit the website
Confirm you are logged in Anonymously on your profile
Login with any of the providers
Confirm your status on the profile, check admin controls present if you are an admin
14 introduced Anonymous login and also multiple login providers. Unfortunately once someone logs in to the site, it reverts the user back to anonymous once the website is reloaded or revisited.
Expected Behavior
Once the user logged in, the session will keep the provider logged in state no matter what.
Current Behavior
The login status is lost once a website refresh or revisit.
Possible Solution
Steps to Reproduce
Context (Environment)
Devuan ceres/beowulf Linux, Chrome 80+
Detailed Description
Possible Implementation