Join Slack
Powered by
Is it possible to generate random dynamic key like...
# getting-started
j
Joey
11/25/2019, 4:57 AM
Is it possible to generate random dynamic key like
push
in firebase? If yes what is the best way to do this in kotlin?
y
Yousef
11/25/2019, 3:08 PM
UUID?
m
Matteo Mirk
11/26/2019, 6:47 PM
yes, probably Java UUID is the simplest choice
http://docs.oracle.com/javase/8/docs/api/java/util/UUID.html
also consider ULIDs:
https://github.com/JonasSchubert/kULID
2
Views
Open in Slack
Previous
Next