Is it possible to generate random dynamic key like...
# getting-started
j
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
UUID?
m
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