Example #1
0
 /// <inheritdoc/>
 public void SignOut()
 {
     AuthLink = null;
     _localStorageService.Remove(FIREBASE_AUTH_JSON_KEY);
 }