Currently, no user sign up is allowed from the app, and creating them in Firebase console only lets to add username and email address, therefore the displayName for example won't be updated so it will be nil. Volunteers have to go through formal sign up, so we have their names and that should be the one displayed, but it is currently only possible if I make an admin version of the app.
I would like to avoid the latter because a website is needed anyways to allow alternative uploads.
Currently, no user sign up is allowed from the app, and creating them in Firebase console only lets to add username and email address, therefore the
displayName
for example won't be updated so it will be nil. Volunteers have to go through formal sign up, so we have their names and that should be the one displayed, but it is currently only possible if I make an admin version of the app.I would like to avoid the latter because a website is needed anyways to allow alternative uploads.
See: https://firebase.google.com/docs/auth/admin/manage-users https://firebase.google.com/docs/admin/setup
Also see f21d58f