Thanks to visit codestin.com
Credit goes to github.com

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

Switch firebase-backend debuggee id formats to d-******** #1096

@mctavish

Description

@mctavish

Debuggee ids generated by the firebase client in this package are 32 character hex strings. This seems excessive when avoiding collisions within a project and makes it more difficult to use the CLI.

Switching the debuggee ids to a format such as "d-{8-digit-hex}" will make it shorter and the "d-" will add a small amount of context for the seemingly random characters.

Metadata

Metadata

Assignees

Labels

api: clouddebuggerIssues related to the googleapis/cloud-debug-nodejs API.priority: p3Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions