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
Due to a request for more auth strategies, the auth method has been made into a family, and the original authentication via Service Account method has been moved to auth.jwt() to better match Google's authentication naming.
A new authentication strategy has been added for personal account-based OAuth at auth.oauth(). Check out the docs for that method to learn more.
Bundling/transpiling is now being done by Rollup to create both a cjs and es module.