Skip to content

Country Code for Kosovo is not up-to-date #730

@OlivierVoyer

Description

@OlivierVoyer

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:

  1. Open the FirebaseAuth Phone Signup UI
  2. Try to register a phone number from Kosovo
  3. 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:

In https://github.com/firebase/FirebaseUI-iOS/blob/master/PhoneAuth/FirebasePhoneAuthUI/Resources/country-codes.json

{
  "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"
},

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions