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
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.