arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Firestore Database

Create a Firestore Database from within the DuploCoud platform.

Firestore is a flexible, scalable database for mobile, web, and server development from Google Cloud Platform. It's part of Firebase, a platform for developing mobile and web applications. Firestore is a NoSQL document database that simplifies storing, syncing, and querying data across multiple platforms and devices.

There are two Firestore Database modes to choose from:

  • Firestore Native Mode is the default mode for Firestore. It provides a richer feature set and supports more advanced querying capabilities, such as compound queries and real-time updates. Use Firestore Native for new projects and applications that require real-time updates and advanced querying features.

  • Datastore Mode provides a subset of Firestore's features and capabilities, supports a simpler data model, and lacks support for nested subcollections. Use Datastore Mode for migrating existing applications from Google Cloud Datastore to Firestore or for applications that do not require real-time updates or complex querying capabilities.

hashtag
Creating a Firestore Database

  1. From the Tenant list box, select your Tenant name.

  2. From the DuploCloud portal, navigate to Cloud Services -> Firestore Database.

  3. Click Add. The Add Firestore DB page displays.

In the Name field, enter a name for your database.

  • From the Type list box, select FIRESTORE_NATIVE or DATASTORE_MODE.

  • Select your location from the Location list box.

  • From the Point in Time Recovery Enablement list box, enable or disable point in time recovery, or lock your resources pessimistically.

  • From the Delete Protection State list box, enable or disable delete protection.

  • Click Create. Your Firestore Database is created.

  • The details for the created Firestore Database.