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
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