Manuel Rodríguez
Manuel Rodríguez
This PR add defatults timeouts to GCM and FCM services, like APN has. Values: - **connect_timeout: 15 seconds** - **timeout: 60 seconds** Sample: ``` $result = $this->client->post( $this->url, [ 'headers'...
## Bug Report On android, method `pickImages()` (and `pickImage()` too) uses `Intent.ACTION_PICK` with extra data `Intent.EXTRA_ALLOW_MULTIPLE` set to true, but `ACTION_PICK` is not documented to support `EXTRA_ALLOW_MULTIPLE`. Specifically: - [The...
> **Warning** > This is a large and breaking changes pull request. Please read full description to fully understand. ## Goal - Transform database upgrade proccess into an incremental process,...
Add service to use FCM HTTP v1 API. According to Google (https://firebase.google.com/docs/cloud-messaging/migrate-v1) > Apps using the deprecated FCM legacy APIs for HTTP and XMPP should migrate to the HTTP v1...
Facebook Login offers a Limited Login mode. When using the limited version of Facebook Login, the fact that a person used Facebook Login with this iOS app will not be...
IOS 14+ implements App Tracking Transparency. Does this plugins supports it? Facebook's SDK has a "Limited Login" method, but I can't find how to use in this plugin. Facebook's Limited...