Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Conversation

@jasonborg
Copy link
Contributor

@jasonborg jasonborg commented Dec 2, 2022

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.

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.
@jasonborg jasonborg requested a review from mctavish December 2, 2022 19:01
Copy link
Contributor

@mctavish mctavish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@jasonborg jasonborg merged commit db06239 into main Dec 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants