Firestore Chat node

It would help if there was a node for: Storing Chat message history in Firestore

My use case:

I’m building AI agents but my infra is on Google Cloud and I’m using Firestore as my database. It would be great to keep my chat history in Firestore, so I don’t have to deal with managing an additional database.

Any resources to support this?

LangChain already has an official FirestoreChatMessageHistory class, which should make the implementation very straightforward. The existing MongoDBChat memory node in n8n can be used as a direct template.

Are you willing to work on this?

Yes I would be willing to put this together.