How to save session_state of firebase authenticated user?

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.

Hi @abdul_kareem

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

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.