Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented CustomUserClaims #17

Merged
merged 14 commits into from
Jan 23, 2019

Commits on Jan 11, 2019

  1. Implement CustomUserClaims

    Dominik Földi committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    7299a85 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2019

  1. Make FirebaseUserManager and UserRecord internal

    Dominik Földi committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    5f75d51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f939c2e View commit details
    Browse the repository at this point in the history
  3. Dispose UserManager's HttpClient

    Dominik Földi committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    d509874 View commit details
    Browse the repository at this point in the history
  4. Ensure that serialized claims are less than 1000 bytes and serilize i…

    …t to string during UserRecord serialization
    Dominik Földi committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    3329c98 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2019

  1. Rename UpdateUser to UpdateUserAsync

    Dominik Földi committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    4b83b1e View commit details
    Browse the repository at this point in the history
  2. Make Uid mandatory for UserRecord

    Dominik Földi committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    52cf9c0 View commit details
    Browse the repository at this point in the history
  3. Add unit tests for UserManager and SetCustomUserClaims

    Dominik Földi committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    abd33c3 View commit details
    Browse the repository at this point in the history
  4. Add integration tests for SetCustomUserClaims

    Dominik Földi committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    7d98076 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Simplify error handling by removing internal HttpErrorResponse and se…

    …rver to SDK error message mapping
    Dominik Földi committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    f8498f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12fffc4 View commit details
    Browse the repository at this point in the history
  3. Make FirebaseUserManager constructor internal to be able to use it in…

    … tests and add error handling if the response of the update API contains incorrect data
    Dominik Földi committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    dc3ffe3 View commit details
    Browse the repository at this point in the history
  4. Remove SetCustomUserClaimsInvalidCredential from FirebaseAuthTest, re…

    …moved unused parts of the tests, simplify claims initialization for TooLargeClaimsPayload test and introduced unit tests for UpdateUserAsync by mocking the httpclient
    Dominik Földi committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    7be1daf View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Remove INTERNAL_ERROR constant from FirebaseUserManager and use simpl…

    …e strings on exception
    Dominik Földi committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    2f8843e View commit details
    Browse the repository at this point in the history