How to save session_state of firebase authenticated 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