Interface FirestoreDBChatMessageHistory  
Hierarchy 
FirestoreDBChatMessageHistory   
Defined in libs/langchain-community/dist/stores/message/firestore.d.ts:9   
Properties 
collection collection :  string 
Defined in libs/langchain-community/dist/stores/message/firestore.d.ts:10   session session :  string 
Defined in libs/langchain-community/dist/stores/message/firestore.d.ts:11   user user :  string 
Defined in libs/langchain-community/dist/stores/message/firestore.d.ts:12   Optional app app ?:  number 
Defined in libs/langchain-community/dist/stores/message/firestore.d.ts:13   Optional config config ?:  AppOptions 
Defined in libs/langchain-community/dist/stores/message/firestore.d.ts:14     
 
 
Interface for FirestoreDBChatMessageHistory. It includes the collection name, session ID, user ID, and optionally, the app index and configuration for the Firebase app.