freeseamew

Results 2 comments of freeseamew

Umm I've solved it in the following way. ```javascript const links = query(GET_LINKS,{}) links.subscribeToMore( { document: SUBSCRIBE_LINK, updateQuery: (prev, { subscriptionData }) => { if (!subscriptionData.data) return prev; return {...

I also need a guide on accountsjs in meteor. Do you currently have a minimum guide to using accountsjs in meteor?