FirebaseRegion enum
Specify the Firebase region.
Firebaseのリージョンを指定します。
Values
- asiaEast1 → const FirebaseRegion
-
Taiwan.
台湾。
- asiaEast2 → const FirebaseRegion
-
Hong Kong.
香港。
- asiaNortheast1 → const FirebaseRegion
-
Tokyo.
東京。
- asiaNortheast2 → const FirebaseRegion
-
Osaka.
大阪。
- asiaNortheast3 → const FirebaseRegion
-
Seoul.
ソウル。
- asiaSoutheast1 → const FirebaseRegion
-
Singapore.
シンガポール。
- asiaSoutheast2 → const FirebaseRegion
-
Jakarta.
ジャカルタ。
- asiaSouth1 → const FirebaseRegion
-
Mumbai.
ムンバイ。
- europeNorth1 → const FirebaseRegion
-
Finland.
フィンランド。
- europeCentral2 → const FirebaseRegion
-
Warsaw.
ワルシャワ。
- europeWest1 → const FirebaseRegion
-
Belgium.
ベルギー。
- europeWest2 → const FirebaseRegion
-
London.
ロンドン。
- europeWest3 → const FirebaseRegion
-
Frankfurt.
フランクフルト。
- europeWest6 → const FirebaseRegion
-
Zürich.
チューリッヒ。
- usCentral1 → const FirebaseRegion
-
Iowa.
アイオワ。
- usEast1 → const FirebaseRegion
-
South Carolina.
南カロライナ。
- usEast4 → const FirebaseRegion
-
North Virginia.
北バージニア。
- usWest1 → const FirebaseRegion
-
Oregon.
オレゴン。
- usWest2 → const FirebaseRegion
-
Los Angeles.
ロサンゼルス。
- usWest3 → const FirebaseRegion
-
Salt Lake City.
ソルトレイクシティ。
- usWest4 → const FirebaseRegion
-
Las Vegas.
ラスベガス。
- australiaSoutheast1 → const FirebaseRegion
-
Sydney.
シドニー。
- australiaSoutheast2 → const FirebaseRegion
-
Melbourne.
メルボルン。
- northamericaNortheast1 → const FirebaseRegion
-
Montréal.
モントリオール。
- northamericaNortheast2 → const FirebaseRegion
-
Toronto.
トロント。
- southamericaEast1 → const FirebaseRegion
-
São Paulo.
サンパウロ。
- southamericaWest1 → const FirebaseRegion
-
Santiago, Chile.
サンティアゴ、チリ。
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
FirebaseRegion> - A constant List of the values in this enum, in order of their declaration.