hbrtose
Results
2
issues of
hbrtose
I am using Firebase AuthUI to allow for authentication in my app. The only method giving me problems is AppleID. Here is the activity start: ``` List providers = Arrays.asList(...
auth
I want to use the accessibility checks for Kaspresso test as described [here](https://developer.android.com/training/testing/espresso/accessibility-checking), but they are not performed or only see top level Compose view and not it's children. Has...