Module document_loader (0.5.0)
API documentation for document_loader
module.
Classes
FirestoreLoader(
source: Query | CollectionGroup | DocumentReference | str,
page_content_fields: List[str] = [],
metadata_fields: List[str] = [],
client: Client = None,
)
Document Loader for Google Cloud Firestore.
FirestoreSaver(collection: Optional[str] = None, client: Optional[Client] = None)
Write into Google Cloud Platform Firestore
.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Module document_loader (0.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.5.0 (latest)](/python/docs/reference/langchain-google-firestore/latest/langchain_google_firestore.document_loader)\n- [0.4.0](/python/docs/reference/langchain-google-firestore/0.4.0/langchain_google_firestore.document_loader)\n- [0.3.0](/python/docs/reference/langchain-google-firestore/0.3.0/langchain_google_firestore.document_loader)\n- [0.2.1](/python/docs/reference/langchain-google-firestore/0.2.1/langchain_google_firestore.document_loader) \nAPI documentation for `document_loader` module.\n\nClasses\n-------\n\n### [FirestoreLoader](/python/docs/reference/langchain-google-firestore/latest/langchain_google_firestore.document_loader.FirestoreLoader)\n\n FirestoreLoader(\n source: Query | CollectionGroup | DocumentReference | str,\n page_content_fields: List[str] = [],\n metadata_fields: List[str] = [],\n client: Client = None,\n )\n\nDocument Loader for Google Cloud Firestore.\n\n### [FirestoreSaver](/python/docs/reference/langchain-google-firestore/latest/langchain_google_firestore.document_loader.FirestoreSaver)\n\n FirestoreSaver(collection: Optional[str] = None, client: Optional[Client] = None)\n\nWrite into Google Cloud Platform `Firestore`."]]