rburnham52
rburnham52
So i'm thinking about working on this as we require this behaviour. to fit with the no jquery approach i was thinking about how this could be done. Firstly is...
where is sortable-helper.js? is this an angular dependency? I can't seem to find it. Sorry i'm still pretty new to angular.
I got it working as i mentioned, just needs a bit of clean up. I tried to merge my changes with the latest version but now its broken drop because...
What exactly did they change? based on the docs it looks like Notification only has Title / Body but FCM's notification contains additional properties like Badge. Is this what has...
Ah i see, FCM.net is using Legacy format. https://firebase.google.com/docs/cloud-messaging/http-server-ref
I started working on this and it seems like a bigger change that i thought. The V1 is an entirely new endpoint that requires the ProjectId for the Url and...
@ofcerci4826 We ended up using FCMSharp instead.
I would love to see this as a simple option to copy-webpack-plugin as well rather than a more complicated hook. Our scenario is as follows. We have a stand alone...
Wouldn't a recursive glob statement look like this? `import * as Before from './dir/**/before_*';`
I'm tempted to learn a bit more about it to see if i can help out