Skip to content

Country code missing #1898

@markuval

Description

@markuval

Welcome to FirebaseUI and thanks for submitting an issue!

Please take a look at open issues, as well as resolved issues, to see if your issue is either already being addressed, or has been solved by someone else.

If not, please feel free to fill in the following info so we can help faster!

Step 1: Are you in the right place?

I believe so!

Step 2: Describe your environment

  • Android device: Samsung
  • Android OS version: 9, 10
  • Google Play Services version:Latest Verison
  • Firebase/Play Services SDK version: 26.2.0
  • FirebaseUI version: 6.3.0

Step 3: Describe the problem:

My team uses Firebase for user app verification with SMS. Our app is a taxi booking app when users can open an account with their phone number and order taxis. Kosovo country code which is +383 we can't find on the list.

Steps to reproduce:

  1. I open my app
  2. Go to country list for verification
  3. Country code +383 is not on the list

Observed Results:

  • Users can't register from that country if that country code is not on the list.

Expected Results:

  • We expect this country code to be added somehow in this list or is another way that we can do it?

Relevant Code:

map.put(380, singletonList("UA"));
map.put(381, singletonList("RS"));
map.put(382, singletonList("ME"));
map.put(385, singletonList("HR"));
map.put(386, singletonList("SI"));

---There is no +383 ('XK')--

// TODO(you): code here to reproduce the problem

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions