phonegap-parse-plugin icon indicating copy to clipboard operation
phonegap-parse-plugin copied to clipboard

allow passing of list to subscribe channels

Open shfaizanali opened this issue 10 years ago • 2 comments

Subscribe channel should allow the list so that If I want to subscribe to multiple chanels I dont have to chain the dependencies

shfaizanali avatar Feb 03 '15 07:02 shfaizanali

Can you elaborate on that? What doesn't getSubscriptions() do at the moment ?

budda avatar Jun 22 '15 21:06 budda

I think he is referring to the subscribe method. Would be nice to have the subscribe method take an array rather than a single channel.

subscribe(channelsArray, function(){});

hansgill avatar Dec 17 '15 22:12 hansgill