mark spowage
mark spowage
basically the user will authenticate with twitter then return to the app with the tokens needed one of your scripts maybe for that ?
this looks like the place to dig in :) https://docs.oracle.com/cd/E55119_01/doc.71/e55126/wd_sampleapps.htm#WSEWD357 and then revisit this janus solution.
unshift did it
subscribing to the last 100 documents does update, which will suffice, however subscribing to a 'window' rowstart.. to rowstop will not be reactively published :( a BUG ? in meteor...
for the initial display grabbing the data via meteor.call seems to avoid the latency, then for future changes the reactive table collection will update
if table changes come from an 'external' non meteor app, then the latency is encountered , requiring meteor.call to get the table data to avoid the latency.
I did tests with sample apps normally the update takes about 3 seconds when remote changes are made to the collection. So any faster update must be done by fetching...
The table is changing so any window could change as well. 1. set the window 2. subscribe 3 move the window stop old subscribe start new subscribe old window data...
yes that worked. i 'reacted' On Wed, Jun 1, 2016 at 4:08 PM, Amy Slagle [email protected] wrote: > Not sure what you mean. You can set hidden to true on...
i doubt this works with the latest meteor, a ton of errors more details needed for this to work with the latest meteor