benkleintechnologies / Guardia

0 stars 0 forks source link

Create user record on sign up #11

Closed benkleintechnologies closed 4 months ago

benkleintechnologies commented 4 months ago

Make sure a record is created in the users table in Firestone to correspond to the user when they sign up. By default they should have the values: (teamId and user.uid should be the real data for that user) canViewOthers: false role: "volunteer" teamId: teamId userId: user.uid

benkleintechnologies commented 4 months ago

We should probably add a name field to the sign up, and store the name in the user record.

Then we can also display that when clicking on a marker on the map instead of userId