jrieke / streamlit-analytics

👀 Track & visualize user interactions with your streamlit app
MIT License
262 stars 48 forks source link

Option to load firestore key from dict #29

Open alizahidraja opened 1 year ago

alizahidraja commented 1 year ago

I am trying to deploy an app & I do not want to publicly show my firebase key

For this I use st.secrets to make a dict object, but there is no option to pass it to the track function

nathanjones4323 commented 1 year ago

@alizahidraja This PR I just created would resolve your issue.

If you want to use this or see this merged, give it a 👍

alizahidraja commented 1 year ago

Thankyou so much!