Skip to content
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

Closed
rlee1990 opened this issue Jun 29, 2021 · 5 comments
Closed

UID Question #10

rlee1990 opened this issue Jun 29, 2021 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@rlee1990
Copy link

Are we able to use string uids or how can we use agora user accounts with this package?

@rlee1990 rlee1990 added the enhancement New feature or request label Jun 29, 2021
@Meherdeep
Copy link
Contributor

@rlee1990 String uid is not supported in this release. We will try to add it in our upcoming releases.

@rlee1990
Copy link
Author

@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.

@tadaspetra
Copy link
Contributor

@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.

@rlee1990
Copy link
Author

rlee1990 commented Jul 8, 2021 via email

@tadaspetra
Copy link
Contributor

No problem! Thanks for pointing it out, and I learned something from this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants