firebase-tools icon indicating copy to clipboard operation
firebase-tools copied to clipboard

Modernize `use.ts` and stop requiring auth for use

Open joehan opened this issue 1 year ago • 0 comments

Description

Modernized 'use.ts' to use async/await, and make firebase use work when not logged in. In cases where users don't actually have access to the project, they'll hit normal auth errors later when they execute commands, which is fine.

joehan avatar Oct 02 '24 19:10 joehan