ALEXIS LE GOFF

Results 24 comments of ALEXIS LE GOFF

@vegetarianinvestor I finally used Zendesk Guide ;)

Yes, that would be awesome to be able to add our own presets.

@amit-onappr aspect_ratio_preset and aspect_ratio are 2 different concepts in this package

Hey @swbradshaw @robertarnesson Showing big images on Android is a major feature I think. The code is quite easy: ``` NotificationCompat.BigPictureStyle bigPicture = new NotificationCompat.BigPictureStyle(); bigPicture.bigPicture(getBitmapFromURL(extras.getString("picture"))); ``` do you plan...

here is the PR https://github.com/arnesson/cordova-plugin-firebase/pull/296

try removing the `title` field On Tue, Jul 4, 2017 at 4:47 PM, Alex Patterson wrote: > @alexislg2 I just manually replaced the > files from your PR 296 and...

Have you tried with the code sample I added in the readme? Le 4 juil. 2017 5:17 PM, "Alex Patterson" a écrit : > @alexislg2 it won't trigger at all...

the @mluessi fix works well (using the `dict(Member=...)` wrapper). But how should I format the `NotificationEmailList` keyword? I tried `NotificationEmailList=dict(Member=["[email protected]"])` but it does not work