This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Firebase client now adds two new fields to the Debuggee entry in the Firebase RTDB, `registrationTimeMsec` and `lastUpdateTimeMsec`. The first time the Debuggee entry is written to the RTDB, both fields are set. Thereafter only the `lastUpdateTimeMsec` will be changed, which is done periodically every hour when the agent is running continuously, it is also updated when the agent first starts up. This is in support of GoogleCloudPlatform/snapshot-debugger#76.
- Loading branch information
Showing
2 changed files
with
439 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.