ReactFire
Hooks, Context Providers, and Components
Hooks, Context Providers, and Components that make it easy to interact with Firebase. Easy realtime updates for your function components - Hooks like useUserand useFirestoreCollection let you easily subscribe to auth state, realtime data, and all other Firebase SDK events. Plus, they automatically unsubscribe when your component unmounts. Access Firebase libraries from any component - Need the Firestore SDK? useFirestore. Remote Config? useRemoteConfig. Safely configure Firebase libraries -...