Streamlit secrets

Hello everyone!
Iโ€™m new to Streamlit and I need some help with secrets management.
Iโ€™m using Firestore as database. To access the database, I need some keys that are in a JSON file. But, today, to work, this file needs to be in github public repository. Is there a way to put this file in a secret directory, so that anyone could download it and possibly mess with it?
Any ideas?

Hello @Vinicius_Almeida, Welcome to the Streamlit community.

You can check this documentation link for secrets management in Streamlit.

Cheers.

1 Like