Running the app locally instructions are misleading and not clear
-
Setting up a users collection in Firebase DOES NOT automatically create user_hash, bots, and sessions collections in Firebase. Provide a step by step clear instructions on setting the firebase DB with collection names and columns. By just creating users collection, the app keeps breaking and the loung section does not load at all with all chat agents.
-
The insturcions below is incomplete and totally misleading
Create a .streamlit/secrets.toml file containing the following:
[firestore]
db-key = "YOUR GOOGLE SERVICE ACCOUNT TOML"
There's not instructions on how to convert Firebase json file to toml