现已推出具有 MongoDB 兼容性的 Firestore 企业版!
了解详情。
ไดรเวอร์และประเภทข้อมูล MongoDB ที่รองรับ
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
เกี่ยวข้องกับ Cloud Firestore Enterprise Edition เท่านั้น
|
ตารางต่อไปนี้แสดงรายการประเภทข้อมูลและไดรเวอร์ MongoDB ที่รองรับสำหรับ
Cloud Firestore ที่มีความเข้ากันได้กับ MongoDB
ประเภทข้อมูล
ประเภท BSON |
รองรับ |
จำนวนเต็มแบบ 32 บิต (int) |
ใช่ |
จำนวนเต็มแบบ 64 บิต (ยาว) |
ใช่ |
อาร์เรย์ |
ใช่ |
ข้อมูลไบนารี |
ใช่ |
บูลีน |
ใช่ |
วันที่ |
ใช่ |
DBPointer |
ไม่ |
DBRef |
ไม่ |
Decimal128 |
ใช่ |
เตียงคู่ |
ใช่ |
JavaScript |
ไม่ |
JavaScript (มีขอบเขต) |
ไม่ |
MaxKey |
ใช่ |
MinKey |
ใช่ |
Null |
ใช่ |
ออบเจ็กต์ |
ใช่ |
ObjectId |
ใช่ |
นิพจน์ทั่วไป |
ใช่ |
สตริง |
ใช่ |
สัญลักษณ์ |
ไม่ |
การประทับเวลา |
ใช่ |
ไม่ระบุ |
ไม่ |
เอกสาร _id
ฟิลด์ _id
ระดับบนสุดในเอกสารต้องเป็นประเภทใดประเภทหนึ่งต่อไปนี้
ระบบไม่รองรับ BSON ประเภทอื่นๆ
ภาษาและไดรเวอร์ MongoDB
Cloud Firestore ที่เข้ากันได้กับ MongoDB รองรับไดรเวอร์เวอร์ชันต่อไปนี้
Language |
เวอร์ชันไดรเวอร์ |
หมายเหตุ |
Java |
5.x |
การตรวจสอบสิทธิ์ OIDC จาก Google Cloud พร้อมให้บริการตั้งแต่เวอร์ชัน 4.10 |
Node.js |
6.x
5.x |
การตรวจสอบสิทธิ์ OIDC จาก Google Cloud พร้อมใช้งานตั้งแต่เวอร์ชัน 6.7 |
Python |
4.x
3.x (x ≥ 12) |
การตรวจสอบสิทธิ์ OIDC จาก Google Cloud พร้อมใช้งานตั้งแต่เวอร์ชัน 4.7 |
Go |
2.x |
|
C# |
3.x |
|
Ruby |
2.x (x ≥ 16) |
|
ขั้นตอนถัดไป
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-08-29 UTC
[null,null,["อัปเดตล่าสุด 2025-08-29 UTC"],[],[],null,["\u003cbr /\u003e\n\n\n|--------------------------------------------------------|\n| *Relevant to Cloud Firestore Enterprise edition only.* |\n\n\u003cbr /\u003e\n\nThe following tables list supported MongoDB data types and drivers for\nCloud Firestore with MongoDB compatibility.\n\nData types\n\n| **BSON Type** | **Supported** |\n|-------------------------|---------------|\n| 32-bit Integer (int) | Yes |\n| 64-bit Integer (long) | Yes |\n| Array | Yes |\n| Binary Data | Yes |\n| Boolean | Yes |\n| Date | Yes |\n| DBPointer | No |\n| DBRef | No |\n| Decimal128 | Yes |\n| Double | Yes |\n| JavaScript | No |\n| JavaScript (with scope) | No |\n| MaxKey | Yes |\n| MinKey | Yes |\n| Null | Yes |\n| Object | Yes |\n| ObjectId | Yes |\n| Regular Expression | Yes |\n| String | Yes |\n| Symbol | No |\n| Timestamp | Yes |\n| Undefined | No |\n\nDocument `_id`\n\nThe top-level `_id` field in a document must be one of the following types:\n\n- ObjectId\n- String\n- 64-bit Integer (long)\n- 32-bit Integer (int)\n- Double\n- Binary\n\n Binary data values used as the `_id` must not exceed 1500 bytes.\n\nOther BSON types are not supported.\n\nLanguages and MongoDB drivers\n\nCloud Firestore with MongoDB compatibility supports the following driver versions:\n\n| **Language** | **Driver versions** | **Notes** |\n|--------------|---------------------|------------------------------------------------------------------|\n| Java | 5.x | OIDC authentication from Google Cloud available starting in 4.10 |\n| Node.js | 6.x 5.x | OIDC authentication from Google Cloud available starting in 6.7 |\n| Python | 4.x 3.x (x ≥ 12) | OIDC authentication from Google Cloud available starting in 4.7 |\n| Go | 2.x | |\n| C# | 3.x | |\n| Ruby | 2.x (x ≥ 16) | |\n\nWhat's next\n\n- Run the [Quickstart: Create a database and connect to it](/docs/firestore/enterprise/create-and-query-database).\n- Learn about [Behavior differences](/docs/firestore/enterprise/behavior-differences).\n- For a breakdown of supported features depending on MongoDB version, see\n - [Supported features: 8.0](/docs/firestore/enterprise/supported-features-80)\n - [Supported features: 7.0](/docs/firestore/enterprise/supported-features-70)\n - [Supported features: 6.0](/docs/firestore/enterprise/supported-features-60)\n - [Supported features: 5.0](/docs/firestore/enterprise/supported-features-50)\n - [Supported features: 4.0](/docs/firestore/enterprise/supported-features-40)\n - [Supported features: 3.6](/docs/firestore/enterprise/supported-features-36)"]]