Example #1
0
 public Task <User> GetUser(string id)
 {
     return(firestore.GetUser(id));
 }