Help Fetching All Countries from my Table
Hello, I have a table with lots of locations ( a few millions).
During the Account Creation process in my app, one of the steps involves choosing your Country. I have a dropdown button which is supposed to contain all the different countries that we support.
Since each country appears multiple times in my table, the client code needs to ignore any duplicates and only return the unique country results.
However the issue is that __my code only picks only one country. __
And also is this the proper way to do fetch the data (if a large number of users sign up at the same time) ?
Thank you.
During the Account Creation process in my app, one of the steps involves choosing your Country. I have a dropdown button which is supposed to contain all the different countries that we support.
Since each country appears multiple times in my table, the client code needs to ignore any duplicates and only return the unique country results.
However the issue is that __my code only picks only one country. __
And also is this the proper way to do fetch the data (if a large number of users sign up at the same time) ?
Thank you.