Mohit

Results 24 comments of Mohit

@dpa99c thank you for pointing the right direction. I tried this fork https://github.com/EddyVerbruggen/cordova-plugin-googleplus/pull/586 by @guylando. He has upgraded the google utilities to v6.2 . I tried but it didn't work....

@dpa99c is there a workaround for now ? basically you would always need firebase to send notifications and google sign in is needed in most apps. I am pretty sure...

Resolved by adding cordova-plugin-firebase on IOS instead of cordova-plugin-firebasex for Android cordova-plugin-firebasex works great with googleplus plugin Steps 1. ionic cordova platform remove ios 2. ionic cordova plugin remove cordova-plugin-googleplus...

@peterpeterparker worked for me .Thanks. Issue can be closed

Yes On Fri, 6 Nov, 2020, 12:05 pm Daniel Lando, wrote: > Is clean flag set to true on clients connections? > > --- > > Daniel > > >...

> What do you mean? When a client subscribes to a topic we look for any retained message that should be sent to him. You are right. What I am...

> > Passed to mongo topic : '//564fsdf54sd654f6s5d4f' What mongodb interprets topic: {} > > Hummm that's strange! > > What I can tell you is that start topics with...

I am thinking on those lines only. Thanks for your feedback. Also Here is another observation after reading the code. On connect , DelWill , getWill and putWill are always...

The mongo module doesn't add index on will (clientId) and retained (topic) collection. I have fixed that in my code. Here is what is working out for me. [PR](https://github.com/moscajs/aedes/pull/563) Please...