react-firebase-auth-hooks
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

react-firebase-auth-hooks

This is patch for react-firebase-hooks.

And only support for auth hooks.

$ npm i react-firebase-auth-hooks
const [user, loading, error] = useAuthState(Firebase.instance.auth);

# user is firebase.User. success infer!

Readme

Keywords

Package Sidebar

Install

npm i react-firebase-auth-hooks

Weekly Downloads

7

Version

1.0.0

License

Apache-2.0

Unpacked Size

1.37 MB

Total Files

19

Last publish

Collaborators

  • sadness.ojisan