Martin Leech
Martin Leech
If PyFcm does not get updated to handle this then it looks like the best approach may be to move to firebase-admin (https://github.com/firebase/firebase-admin-python) as fcm-django has done (https://github.com/xtrinch/fcm-django).
Wow, thank you and @rokkreslincom for the quick turnaround on this
Hi, Unfortunately the request matching is still a bit basic at the moment and only looks at the URL and the HTTP method. As you mention, using a separate cassette...
This does already seem to be there for SA as "March Public Holiday" From `AustraliaProvider.cs` ``` items.Add(new PublicHoliday(secondMondayInMarch, "March Public Holiday", "March Public Holiday", countryCode, null, new string[] { "AU-SA"...
Token requests fail when using CordovaRequestor if `http.setDataSerializer()` is called in app code.
@mraible I've created PR #142 based on code I've used locally. A couple of issues I've noticed though: - I'm not sure it's a good idea to have the build...
Another workaround that seems to work is to force the User Consent page to appear (the consent feature is in Early Access, so you'll have to contact support to enable...