现已推出具有 MongoDB 兼容性的 Firestore 企业版!
了解详情。
क्विकस्टार्ट: डेटाबेस बनाना और उससे कनेक्ट करना
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह सिर्फ़ Cloud Firestore Enterprise वर्शन के लिए काम का है.
|
MongoDB के साथ काम करने वाला Cloud Firestore डेटाबेस बनाने और उसे mongosh
टूल से कनेक्ट करने का तरीका जानें.
शुरू करने से पहले
-
अगर आपने पहले से Firebase प्रोजेक्ट नहीं बनाया है, तो उसे बनाएं: Firebase कंसोल में जाकर, प्रोजेक्ट जोड़ें पर क्लिक करें. इसके बाद, स्क्रीन पर दिए गए निर्देशों का पालन करके, Firebase प्रोजेक्ट बनाएं या मौजूदा Google Cloud प्रोजेक्ट में Firebase सेवाएं जोड़ें.
mongosh
टूल इंस्टॉल करना
MongoDB के साथ काम करने वाला Cloud Firestore डेटाबेस बनाएं और कनेक्शन स्ट्रिंग पाएं
Firebase कंसोल में, Firestore Enterprise edition का नया डेटाबेस बनाएं.
MongoDB के साथ काम करने वाले Cloud Firestore के लिए, Firestore Enterprise एडिशन की ज़रूरत होती है:
-
Firebase कंसोल में, Firestore डेटाबेस पेज पर जाएं.
Firestore डेटाबेस पर जाएं
- उस डेटाबेस पर क्लिक करें जिसकी पुष्टि करनी है.
- एक्सप्लोरर पैनल में, more_vert ज़्यादा देखें पर क्लिक करें.
- MongoDB टूल का इस्तेमाल करके कनेक्ट करें को चुनें.
- कनेक्शन स्ट्रिंग कॉपी करें.
कनेक्शन स्ट्रिंग, डेटाबेस के यूआईडी (सिस्टम से जनरेट किया गया) और डेटाबेस की जगह पर निर्भर करती है:
UID.LOCATION.firestore.goog
SCRAM की पुष्टि करने की सुविधा के लिए उपयोगकर्ता बनाना
Google Cloud Console में, नया डेटाबेस उपयोगकर्ता बनाएं और उसे Identity and Access Management की अनुमतियां असाइन करें.
-
Google Cloud Console में, डेटाबेस पेज पर जाएं.
डेटाबेस पर जाएं
- डेटाबेस की सूची में से डेटाबेस चुनें.
- नेविगेशन मेन्यू में, Auth पर क्लिक करें.
- उपयोगकर्ता जोड़ें पर क्लिक करें.
- कोई उपयोगकर्ता नाम डालें.
- उपयोगकर्ता के लिए, पहचान और ऐक्सेस मैनेजमेंट की कोई भूमिका चुनें.
- 'बनाएं' पर क्लिक करें. डेटाबेस, उपयोगकर्ता बनाता है और आपको उपयोगकर्ता का जनरेट किया गया पासवर्ड दिखाता है. इस पासवर्ड को कॉपी करें और सेव करें. बाद में, इस पासवर्ड को वापस नहीं लाया जा सकेगा..
mongosh
का इस्तेमाल करके कनेक्ट करना
कनेक्शन स्ट्रिंग, उपयोगकर्ता नाम, और पासवर्ड का इस्तेमाल करके अपने डेटाबेस से कनेक्ट करें. इसके बाद, कॉन्फ़िगरेशन के इन विकल्पों के साथ mongosh
को स्थानीय तौर पर चलाएं.
mongosh 'mongodb://USERNAME:PASSWORD@CONNECTION_STRING:443/DATABASE_ID?loadBalanced=true&authMechanism=SCRAM-SHA-256&tls=true&retryWrites=false'
इनकी जगह ये डालें:
- USERNAME: आपके बनाए गए डेटाबेस उपयोगकर्ता का नाम.
- PASSWORD: यह आपके बनाए गए डेटाबेस उपयोगकर्ता के लिए जनरेट किया गया पासवर्ड है.
- CONNECTION_STRING: डेटाबेस कनेक्शन स्ट्रिंग.
- DATABASE_ID: डेटाबेस आईडी
कनेक्ट होने के बाद, डेटा बनाया और पढ़ा जा सकता है. उदाहरण के लिए:
db.pages.insertOne({ message: "Hello World!"})
db.pages.find({})
exit
आगे क्या करना है
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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\nLearn how to create a Cloud Firestore with MongoDB compatibility database and connect to it with the\n`mongosh` tool.\n\nBefore you begin\n\n1. If you haven't already, create a Firebase project: In the [Firebase console](//console.firebase.google.com/), click **Add project** , then follow the on-screen instructions to create a Firebase project or to add Firebase services to an existing Google Cloud project.\n2. [Install the `mongosh` tool](https://www.mongodb.com/docs/mongodb-shell/install/)\n\n\u003cbr /\u003e\n\nCreate a Cloud Firestore with MongoDB compatibility database and retrieve the connection string In the Firebase console, create a new Firestore Enterprise edition database. Cloud Firestore with MongoDB compatibility requires Firestore Enterprise edition:\n1. In the Firebase console, go to the **Firestore Database** page.\n\n [Go to Firestore Database](//console.firebase.google.com/project/_/firestore/databases/-default-/data/)\n2. Click the database that you want to authenticate.\n3. In the **Explorer** panel, click more_vert **View more**.\n4. Select **Connect using MongoDB tools**.\n5. Copy the connection string.\n\n\u003cbr /\u003e\n\nThe connection string depends on the UID of the database (system-generated)\nand the location of database: \n\n```text\nUID.LOCATION.firestore.goog\n```\n\nCreate a user for SCRAM authentication\n\nIn the Google Cloud console, create a new database user and assign\nthe user Identity and Access Management permissions.\n\n1. In the Google Cloud console, go to the **Databases** page.\n\n [Go to Databases](https://console.cloud.google.com/firestore/databases)\n2. Select the database from the list of databases.\n3. In the navigation menu, click **Auth**.\n4. Click **Add User**.\n5. Enter a username.\n6. Select an Identity and Access Management role for the user.\n7. Click create. The database creates a user and shows you the user's generated password. **Copy and save this password. You will not be able to retrieve\n this password later.**.\n\nConnect using `mongosh`\n\nUse the connection string, username, and password to connect to your\ndatabase, run `mongosh` locally with the following configuration options. \n\n```gdscript\nmongosh 'mongodb://\u003cvar translate=\"no\"\u003eUSERNAME\u003c/var\u003e:\u003cvar translate=\"no\"\u003ePASSWORD\u003c/var\u003e@\u003cvar translate=\"no\"\u003eCONNECTION_STRING\u003c/var\u003e:443/\u003cvar translate=\"no\"\u003eDATABASE_ID\u003c/var\u003e?loadBalanced=true&authMechanism=SCRAM-SHA-256&tls=true&retryWrites=false'\n```\n\nReplace the following:\n\n- \u003cvar translate=\"no\"\u003eUSERNAME\u003c/var\u003e: the name of the database user you created.\n- \u003cvar translate=\"no\"\u003ePASSWORD\u003c/var\u003e: the generated password for the database user you created.\n- \u003cvar translate=\"no\"\u003eCONNECTION_STRING\u003c/var\u003e: the database connection string.\n- \u003cvar translate=\"no\"\u003eDATABASE_ID\u003c/var\u003e: a database ID\n\nOnce connected, you can create and read data, for example: \n\n```text\ndb.pages.insertOne({ message: \"Hello World!\"})\ndb.pages.find({})\nexit\n```\n\nWhat's next\n\n- [See a list of supported features](/docs/firestore/enterprise/supported-data-types-drivers)\n- [Learn about behavior differences in Cloud Firestore with MongoDB compatibility](/docs/firestore/enterprise/behavior-differences)\n- [Learn about additional authentication methods](/docs/firestore/enterprise/connect)"]]