Hook to subscribe to multiple Refs' target objects.
Automatically dereferences each ref and handles async loading.
Returns an array of loaded snapshots (filtering out undefined values).
This hook is useful for aggregate computations like counts or filtering
across multiple refs without using .target directly.
Hook to subscribe to multiple Refs' target objects. Automatically dereferences each ref and handles async loading. Returns an array of loaded snapshots (filtering out undefined values).
This hook is useful for aggregate computations like counts or filtering across multiple refs without using .target directly.