diff --git a/cmd/auth.go b/cmd/auth.go index cef6495..29eb3c3 100644 --- a/cmd/auth.go +++ b/cmd/auth.go @@ -6,9 +6,8 @@ import ( // authCmd represents the auth command var authCmd = &cobra.Command{ - Use: "auth", - Short: "Perform Firebase Auth Operations", - Hidden: true, + Use: "auth", + Short: "Perform Firebase Auth Operations", } func init() {