Password generator on Android
In this, the user is allowed to enter the number of characters his/her password should contain and then using that number the Random function generates random characters with ASCII chars ranging from 33 to 125 then storing that set of characters or string (in Firestore) and displaying the same.