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
{{ message }}
This repository was archived by the owner on Apr 3, 2024. It is now read-only.
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.