sveltefire
sveltefire copied to clipboard
How to loop through a sub collection?
How do you use Collection to loop through an array of referenced sub items?
I think this is in the example in the readme? ` <Collection ref={postRef.path + '/comments'} let:data={comments}> {#each comments as comment}
{/each}`