Generate 6 digit unique number in Firebase
问题 I want to generate 6 digit unique number in Firbase (unique must) above attendeeCode should be unique on every new attendess entry I am new in firebase and I have searched alot but could not find 回答1: Create a six digit number that corresponds to the nth entry into attendees . And then keep track of that number elsewhere. You can find in other questions that Firebase still does not support COUNT or LENGTH queries. Create a path called /meta-data (arbitrary) and save the number of current