-
Notifications
You must be signed in to change notification settings - Fork 411
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
Do you recommend any Unique Key Generator? #22
Comments
Hive supports autoIncrement keys. Just use Otherwise I don't have a good recommendation... |
thanks for the answer. I'll try that, |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hello!
sorry for asking you for help instead of reporting an issue, but i don't know what to do now 😅
yesterday i was trying hive in a TODO list app, and for each note i need to generate a unique key
i've used UUID to generate a random key, but i faced an error of invalid arguments, problably i was doing something wrong. So, do you recommend any package or any method to generate a random key for each note ?
The text was updated successfully, but these errors were encountered: