FreieWahl.UserData.Store
Stores additional user data (main user data like user name, mail, password, ... is handled by firebase auth). Currently, this additional user data only consists of the user image.
gets the image for a user
the string representation of the user image
Name | Type | Description |
---|---|---|
userId | System.String | the user's id |
Saves the image for a user
the future of this operation
Name | Type | Description |
---|---|---|
userId | System.String | the user's id |
imageData | System.String | a string representation of the user image |