WindSekirun (wind.seo)
WindSekirun (wind.seo)
I don't understand your question. 1. Which services provide custom JWT token authentication? 2. Basically, RxSocialLogin and each providers doesn't support existing provider. You can write new providers with copy-pasting...
@gnud No. Until now, forking the project is only way to write new providers.
Can you refer to this link? https://github.com/invertase/react-native-firebase/issues/2122#issuecomment-490478942
@fukemy I think this issue is related to 'scoped storage' because sample application saves audio file into external storage. Instead Environment.getExternalStorageDirectory(), use context.getExternalFilesDir(null) will solve this issue. I'll change some...
Can I get sample code that I can reproduce?
You can import this project in android studio. 1. Download this project, and extract some folder. 2. in Android Studio, File -> import Modules 3. choose extracted folder, rename module...
I think this process is guaranteed for run in background thread. I'll check asap
@stilesTech Thanks for contribution. Currently, the latest version of Jenkins is 2.396, and i will deploy new version with jdk8/11 if necessary. (maybe next in 1 ~ 3 days) Any...
It seems container should contains environment variable that 'ANDROID_SDK_ROOT'. Can you check avd is created with these commands? ``` docker exec -it /bin/bash export ANDROID_SDK_ROOT=/opt/android-sdk-linux ``` example) ``` docker exec...
I decide to separate kvm version since some host doesn't support kvm in their host. So, 1.1.4 will not support emulator, but I'm working at supporting KVM in Jenkins-android-docker (it...