-
Notifications
You must be signed in to change notification settings - Fork 486
Closed
Labels
Description
Step 2: Describe your environment
Using Firebase (6.4.0)
Using FirebaseAnalytics (6.0.3)
Using FirebaseAuth (6.2.0)
Using FirebaseAuthInterop (1.0.0)
Using FirebaseCore (6.0.4)
Using FirebaseFirestore (1.4.1)
Using FirebaseInstanceID (4.2.1)
Using FirebaseUI (8.0.2)
Step 3: Describe the problem:
Steps to reproduce:
- Open the FirebaseAuth Phone Signup UI
- Try to register a phone number from Kosovo
- The country code is not the correct one
Observed Results:
The country code is not the correct one.
+377 was the one they were sharing with Monaco but they are now using +383
https://countrycode.org/kosovo
Expected Results:
+383 to appear in the country code list
Relevant Code:
{
"e164_cc": "377",
"iso2_cc": "XK",
"e164_sc": 0,
"geographic": true,
"level": 2,
"name": "Kosovo",
"example": "",
"display_name": "Kosovo (XK) [+377]",
"full_example_with_plus_sign": null,
"display_name_no_e164_cc": "Kosovo (XK)",
"e164_key": "377-XK-0"
},