can anyone guide me on how to save the session?
I am using Firebase authentication to sign up and sign in the user but I am unable to save the session state of the user.
This is an interesting use case. There is actually an implementation described in the following forum post for saving the Streamlit session state to file that allow subsequent upload of the file to restore the session state. You could tweak it to save it to database instead of a file.
Hope this helps!
Best regards,
Chanin
2 Likes