Alexey Bratushka

Results 4 issues of Alexey Bratushka

Hello. Given I have next options for Android 'notification' key ``` notification: { enabled: true, enableRingTone: false, } ``` I am still getting sound for every progress percentage update event...

Hello. Once I disable notifications like this during upload `options: { notification: { enabled: false } }` all upload listeners stop being invoked. Enabling notifications immediately make it work again

### What happened? Starting from Firefox version 109 I am getting next error in console It's clear this comes from browser policy to prevent 3-d party services from tracking users....

Hi team. I am trying to mimic SDK behavior available in Auth0 js client or AWS Cognito js client (Amplify), which both provide SDK method to retrieve current token or...