예제 #1
0
파일: MeActivity.cs 프로젝트: wr0om/Cicada
 /// <summary>
 /// Initializes player profile picture to imageview
 /// </summary>
 private void InitPic()
 {
     taskEqualCollection = fd.GetDocument(Constants.FS_USERS_COL, user.UserName).AddOnCompleteListener(this);
 }
예제 #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);
 }