Mojca Rojko
Mojca Rojko
The above code from @jczacharia works for me, with one addition (No need to extend the base repo from this lib this way): `patchRepositoryManager(Repository.prototype)` after `initializeTransactionalContext()` You can then do...
I was unable to reproduce any issues with the fcm-django-web-demo app. Try to pull the latest version and see if the issue persists. I provided an example repo which I...
@IslamKolade This basically boils down to how you construct the message that you pass to fcm-django, which is best followed by the official firebase-admin docs. An example would be: ```...
I was unable to find any setting for this in the notification options of firebase-admin. You can only add a custom sound. The handing is therefore as ios handles it...
Closing due to inactivity, feel free to reopen if the issue persists
Thanks @charkour!
Why is this closed? Clearly not fixed @3DJakob
@azwinlam The patch posted above worked for me
> Instead of 5 try pin 27 or 22 as cs pin for VS. Thanks. Do you guys think it would make sense to add this to the docs/readme? I...
Gifs work for me, perhaps the usage differs. Here's mine: ``` buffer = await Sharp(bodyContents, { animated: true }) .rotate() .resize({ width, height, fit: (format.fit || mode) as keyof FitEnum,...