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

Description
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.