jrieke / streamlit-analytics

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

Fixing parameter name `firestore_key_file` and `firestore_collection_name` at README #11

Closed pedroprates closed 2 years ago

pedroprates commented 2 years ago

Following the README.md file to sync the streamlit-analytics to my Firestore account I've tried to access the firebase_key_file and firebase_collection_name as shown on the docs. Both of them raised unexpected keyword argument errors, so checking the code for track(), start_tracking() and stop_tracking() functions, I realized that the keywords expected were firestore_key_file and firestore_ collection_name.

This PR merely changes the keyword arguments on the documentation.

jrieke commented 2 years ago

Oh yikes, didn't catch that! Thx!