Interface FirestoreDBChatMessageHistory  
Hierarchy 
FirestoreDBChatMessageHistory   
Defined in libs/langchain-community/dist/stores/message/firestore.d.ts:9   
Properties 
 
collection Name  
collection Name :  string 
Defined in libs/langchain-community/dist/stores/message/firestore.d.ts:10    
 
session Id  
session Id :  string 
Defined in libs/langchain-community/dist/stores/message/firestore.d.ts:11    
 
user Id  
user Id :  string 
Defined in libs/langchain-community/dist/stores/message/firestore.d.ts:12    
 
Optional app Idx  
app Idx ?:  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.