Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.91 KB

FreieWahl.UserData.md

File metadata and controls

55 lines (34 loc) · 1.91 KB

FreieWahl.UserData

Contents

IUserDataStore type

Namespace

FreieWahl.UserData.Store

Summary

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.

GetUserImage(userId) method

Summary

gets the image for a user

Returns

the string representation of the user image

Parameters
Name Type Description
userId System.String the user's id

SaveUserImage(userId,imageData) method

Summary

Saves the image for a user

Returns

the future of this operation

Parameters
Name Type Description
userId System.String the user's id
imageData System.String a string representation of the user image