Firestore London region only available via Firebase console?

102 views
Skip to first unread message

opy...@gmail.com

unread,
Jan 22, 2019, 9:54:23 AM1/22/19
to Firebase Google Group
Hello,

I'm planning to create a new Firebase project using europe-west2 (London) for the Firestore region.
However, on another project, when trying to add Firestore via cloud console, it still only shows Frankfurt.

Is cloud console incomplete? Or does that mean that the Firebase console is telling a lie?

Also (more importantly) how can I use the Firebase CLI or gcloud CLI to check the region for Firestore? Or how do I check the Firestore region?

Thanks,

firebase.png


cloudconsole.png


Kato Richardson

unread,
Jan 22, 2019, 11:07:31 AM1/22/19
to Firebase Google Group
The regions selected while creating a project don't apply to Firestore yet, unfortunately. You have to select the Firestore region when adding the DB to the project.

Firestore is not available in europe-west2 yet. See https://firebase.google.com/docs/firestore/locations

☼, Kato

--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/5f1fb79a-0f42-47df-aad5-6c5bbd3e0536%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--

Kato Richardson | Developer Programs Eng | kato...@google.com | 775-235-8398

Kato Richardson

unread,
Jan 22, 2019, 11:09:45 AM1/22/19
to Firebase Google Group
Ugh, I've gotten so used to typing that it's not available in west2 that I just reflexively did so here : )

Firestore is available in europe-west2 per https://firebase.google.com/docs/firestore/locations.

☼, Kato

opy...@gmail.com

unread,
Jan 23, 2019, 10:57:59 AM1/23/19
to Firebase Google Group
Hi Kato, thanks for the reply. Any thoughts on the discrepancy and HOW to find the region using console/tools?

Also (more importantly) how can I use the Firebase CLI or gcloud CLI to check the region for Firestore? Or how do I check the Firestore region?

Samuel Stern

unread,
Jan 23, 2019, 11:03:53 AM1/23/19
to fireba...@googlegroups.com
I don't know of a way to programmatically check the region of a Firestore DB from either the firebase or gcloud CLI tools.  Can you tell a little more about why that feature would be useful to you?

- Sam

opy...@gmail.com

unread,
Jan 24, 2019, 1:58:39 PM1/24/19
to Firebase Google Group
Say the manager wants to know what region the Firestore is in. The person who created the Firestore is out of the office. No-one else in the team can check under current conditions.
I know it sounds like a silly scenario (e.g. why didn't you write it down?) but surely I ought to be able to check any metadata on any of my services if I want to?

opy...@gmail.com

unread,
Jan 24, 2019, 3:29:15 PM1/24/19
to Firebase Google Group
On Thursday, 24 January 2019 18:58:39 UTC, opy...@gmail.com wrote:
Say the manager wants to know what region the Firestore is in. The person who created the Firestore is out of the office. No-one else in the team can check under current conditions.
I know it sounds like a silly scenario (e.g. why didn't you write it down?) but surely I ought to be able to check any metadata on any of my services if I want to?


Got it:

I spoke to Google support earlier:
- on the console, open a cloud shell
- type `gcloud app describe`
- get output like this

```
juan@cloudshell:~ (deleteme-7a56d)$ gcloud app describe
authDomain: gmail.com
featureSettings:
splitHealthChecks: true
gcrDomain: eu.gcr.io
id: deleteme-7a56d
locationId: europe-west2
name: apps/deleteme-7a56d
servingStatus: SERVING
```

`locationId: europe-west2` in London, which is what I wanted to see. The support rep told me that that is also my Firestore region, and the app `deleteme-7a56d` was created via Firebase console (where I chose `europe-west2` as a region) 

Samuel Stern

unread,
Jan 24, 2019, 3:31:57 PM1/24/19
to fireba...@googlegroups.com
Huh the more you know!  Thanks for teaching me something (and everyone else reading).

- Sam

--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.

opy...@gmail.com

unread,
Jan 30, 2019, 4:57:53 PM1/30/19
to Firebase Google Group
On Thursday, 24 January 2019 20:31:57 UTC, Samuel Stern wrote:
Huh the more you know!  Thanks for teaching me something (and everyone else reading).


No problem! :)

Still wondering why there's a discrepancy on the console, though... (see original post). Googlers?

Samuel Stern

unread,
Jan 30, 2019, 5:58:52 PM1/30/19
to Firebase Google Group
The gist is that launching a new location for Firestore (or any service) has a lot of moving pieces.  There can be a gap between when the servers light up and when that information is piped through to every developer-visible surface.  Right now we're in a situation where the service is becoming available in new locations but we haven't gone and updated the UI in all places (the Cloud Console being one) or updated the docs yet.  Expect a more formal announcement of these locations soon, and at that time everything should be consistent.

Hope that makes sense!
Sam

--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.

opy...@gmail.com

unread,
Jan 31, 2019, 10:20:43 AM1/31/19
to Firebase Google Group
On Wednesday, 30 January 2019 22:58:52 UTC, Samuel Stern wrote:
 but we haven't gone and updated the UI in all places (the Cloud Console being one) or updated the docs yet.

Thanks for that. Makes sense. 

Samuel Stern

unread,
Jan 31, 2019, 12:11:22 PM1/31/19
to fireba...@googlegroups.com
Hi there,

Following up again, Cloud Firestore went from Beta to GA this morning:

We have now officially launched 10 new locations.  So if you notice any issues with those locations being displayed inconsistently, please let us know and we will treat them as bugs.

Thanks for your patience!

- Sam

--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages