react-query-firebase / useAuth
Function: useAuth()
ts
function useAuth(): Auth;Defined in: src/web/auth/useAuth.ts:9
Custom hook to retrieve the authentication object from the Firebase context.
Returns
Auth
The authentication object from the Firebase context.