@ use-firebase / auth 自定义的React Hook,可为Firebase Auth提供声明性接口。 安装 $ npm i @use-firebase/auth 要么 $ yarn add @use-firebase/auth 用法 Auth程序包要求您将App安装为依赖项,并将App包装在和 ,如下所示。 import React from ' react ' ; import { FirebaseAppProvider } from ' @use-firebase/app ' ;