Planned and maintainer-led — I'll build this. Use-cases and API feedback are very welcome in the comments; please discuss here before starting any PR (see CONTRIBUTING).
Query/mutation hooks for Firestore, shipped as a separate entry point (@timonwa/firebase-hooks/firestore) so auth-only consumers' bundles stay clean. Follows the package contract: auth-style instance-first arguments, results that never throw ({ success, error, code, cause }), and a FIRESTORE_ERROR_MESSAGES catalogue colocated with the entry for formatFirebaseError.
Query/mutation hooks for Firestore, shipped as a separate entry point (
@timonwa/firebase-hooks/firestore) so auth-only consumers' bundles stay clean. Follows the package contract:auth-style instance-first arguments, results that never throw ({ success, error, code, cause }), and aFIRESTORE_ERROR_MESSAGEScatalogue colocated with the entry forformatFirebaseError.