getDatabaseId static method

String getDatabaseId()

Implementation

static String getDatabaseId() {
  return Peaman.ref.collection('random').doc().id;
}