Comparing 01db7eb...1a53b04 · firebase/firebase-admin-python

Permalink

base repository: firebase/firebase-admin-python

Failed to load repositories. Confirm that selected base ref is valid, then try again.

Loading

base: 01db7eb
head repository: firebase/firebase-admin-python

Failed to load repositories. Confirm that selected head ref is valid, then try again.

Loading

compare: 1a53b04
  • 3 commits
  • 4 files changed
  • 3 contributors

Commits on Sep 8, 2021

  1. Speed up the PageIterator by evaluating items once per page (#572)

    The `firebase_admin.auth.list_users().iterate_all()` method uses a sub-class
    of PageIterator, which happens to access the .items computed property more
    than once for every page of results. This has been changed so we take care
    not to access the `self.items` property more than once per page.
    
    This is a lot faster.
    Configuration menu

    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Configuration menu

    Browse the repository at this point in the history