You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Implemented ThreadManager API for configuring the thread pools and thread factories used by the SDK
* Giving all threads unique names; Updated documentation; Using daemons in default thread managers to ensure clean JVM exit
* Updated comments and documentation
* Adding tests for options
* Test cases for basic ThreadManager API
* More test cases
* Made the executor service private in FirebaseApp; Refactored the tests for clarity
* Clean separation of long-lived and short-lived tasks of the SDK
* Updated documentation; More tests; Starting token refresher from database.
* Updated documentation and log statements
* Removing test file
* Initializing executor in FirebaseApp constructor. Minor improvements to documentation and tests.
* Fixed token refresher stop() logic
* Updated documentation; Renamed submit() to submitCallable() and other minor changes
* Implemented custom claims support
* More test cases
* Initial list users implementation
* Changed the setCustomClaims() API on UpdateRequest; Deferring the size check until we have to serialize the update parameters
* Cleaned up the listUser() impl
* Further developed the listUsers() API
* Updated tests and documentation
* Updated documentation
* Implementing batch get operation for users
* Further cleaned up the iterator code
* Further cleaned up the iterator code
* Updated list user API
* Implementing listUsers() using the gax Page interface
* Code clean up and tests
* Updated documentation
* Removed renamed test file
* Adding new line at end of file
* Adding some annotations
* Using empty map in UserRecord when no claims are present; Updated documentation and tests
* minor improvements
* Removing RPC call from constructor
0 commit comments