Persist Firebase user for Node.js client application
问题 I'm building a Node.js command-line interface (CLI) using Firebase for authentication with the back end. I want to avoid making the user type their password every time they run a command. Instead, I want to implement a "login" flow that persists a credential to the filesystem that can be used for subsequent password-less authentication until the user "logs out". Basically what I'm looking for is the firebase JavaScript SDK's "auth state persistence" feature. Unfortunately that feature is not