I am building a mobile app with flutter and firebase. I want to generate a unique id, es "453562" every time a new group of users is created, so new users will be invited to the group and can only access it through this code.
Asked
Active
Viewed 620 times
1 Answers
1
Check the uuid package (even though it is suposed to be used for ID keys, however it could work).

mddg
- 656
- 6
- 13