Firestore Enterprise
IMPORTANT: Ensure the database is created in us-east4 to be close to AWS
You can create the new destination database using either the Firebase Console or the Firebase CLI. [4]
- Via the Firebase Console: Go to your Firestore Database Console → Click Add database → Choose Enterprise edition → Select Firestore in Native mode.
- Via the Firebase CLI: Execute the following terminal command to provision it instantly:
firebase firestore:databases:create YOUR_ENTERPRISE_DB_ID --location=YOUR_LOCATION --edition enterprise
You will need to manually set up:
- Firestore Security Rules on the new database instance.
- Search and Pipeline Indexes via the Google Cloud Console. (Note: Firestore Enterprise does not create single-field indexes automatically like Standard does, so you only create what you explicitly need).