Creates a temporary object id for an object that has not yet been saved to firestore.
static String createNewId(String suffix) { gNewId++; return "${newId}_${suffix.toString()}_${gNewId.toString()}"; }