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
* Prototyping Firestore integration for Java
* Some code cleanup
* Updating comments
* Code cleanup
* Removed getInstance() methods from FirestoreClient and added getFirestore() methods.
* Minor cleanup
* Adding Firestore OAuth scopes
* Some documentation updates
* Reverted a doc change
* Updating GCS dependency version (#89)
* Netty-based websocket impl
* Refactored the Netty stuff to a separate util class
* More code clean up and removing tubesock package
* Using the SDK ThreadManager for DB websocket threads
* More code cleanup and error checks
* Handling connection drop events
* Handling connection loss events
* Adding documentation
* Removed string list reader
* Removing redundant whitespace
* Revert "Using the SDK ThreadManager for DB websocket threads"
This reverts commit 8e90610.
* src/main/java/com/google/firebase/database/connection/util/StringListReader.java
* Added StringListReader back
* Re-updated websocket client
* reverting more syntactic changes
* Adding new line
* Added documentation; Using a more secure trust manager; Other cleanup
* Removed unused import
* Using the port on URI when available
* Added jacoco plugin and parser
* Coverage reporter impl
* More unit tests and cleaning up dead code
* More tests for RTDB
* More database tests
* Some unit tests for Repo
* More tests for Repo
* Cleaning up mocks
* debug info
* More debug info
* Updated repo test
* Cleaned up test code
* Removed some code changes
* Connection tests
* More unit tests
* Updated test
* More unit tests for PersistentConnectionImpl
* Refactored persistent conn tests
* More connection tests
* Some user management and DB Node tests
* StorageClient unit tests
* cleaned up PersistentConnectionTest
* Fixed typo
* Removing websocket commpression handler
* Unit tests for Connection class
* More tests for the connection package
* Unit tests for GaeExecutorService
* Updated test
* Fixing a lint error
* Added more tests
* More test coverage
* Refactored GaeExecutorService class
* Refactored various connection factory interfaces
* Minor refactoring
* Refactoring iterative test case with a map
0 commit comments