Firebase Redundancy/Failover - How does it work -


i'm curious how redundant firebase is? when write database firebase automatically replicated multiple data centers/servers?

i noticed if go http://status.firebase.com/, there list of servers (?) called s-dal5-nss-xx. not sure these mean or how find out 1 of these application resides on.

more information great!

thank you!

how find out 1 of these application resides on

from discussion on firebase mailing list:

you can monitor https://.firebaseio.com/.settings/owner.json find out server currently handling requests firebase app. note whilst method of getting current hostname firebase under, firebase apps not guaranteed stay on same server - configurations can (and do) change add or remove servers rotation or load balance necessary.


Comments

Popular posts from this blog

multithreading - Exception in Application constructor -

React Native allow user to reorder elements in a scrollview list -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -