Exemplo n.º 1
0
 /// <summary>
 /// Initializes player profile picture to imageview
 /// </summary>
 private void InitPic()
 {
     taskEqualCollection = fd.GetDocument(Constants.FS_USERS_COL, user.UserName).AddOnCompleteListener(this);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Saves player's resulf of the game to this user in firestore
 /// </summary>
 private void SavePlayerResult()
 {
     taskSavePlayerResult = fd.GetDocument(Constants.FS_USERS_COL, user.UserName).AddOnCompleteListener(this);
 }