-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UID Question #10
Comments
@rlee1990 String uid is not supported in this release. We will try to add it in our upcoming releases. |
@rlee1990 thanks that would be a big help as I don't see how it's scalable to create a token for millions of users with a small combination of numbers. |
After talking to the team, it seems that stringUid is actually not recommended to use. And it actually is scalable to millions of users with int. An int can support 2^63 uids. And the SDK supports minimum 2^31 uids, which is 2.1 Billion. So there isn't really any scalability issues with numbers. |
Thanks for that update.
…On Thu, Jul 8, 2021 at 10:28 AM Tadas Petra ***@***.***> wrote:
@rlee1990 <https://github.com/rlee1990> thanks that would be a big help
as I don't see how it's scalable to create a token for millions of users
with a small combination of numbers.
After talking to the team, it seems that stringUid is actually not
recommended to use.
And it actually is scalable to millions of users with int. An int can
support 2^63 uids. And the SDK supports minimum 2^31 uids, which is 2.1
Billion. So there isn't really any scalability issues with numbers.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFDB4VXSPAMEKXOA36Z2UWLTWWYYPANCNFSM47QW2Q2A>
.
|
No problem! Thanks for pointing it out, and I learned something from this! |
Are we able to use string uids or how can we use agora user accounts with this package?
The text was updated successfully, but these errors were encountered: