Rosário P. Fernandes
Rosário P. Fernandes
@vkryachko will do. Thanks!
@vkryachko GitHub won't let me merge this, it says "Required statuses must pass before merging", I'm not sure why.
@vkryachko I checked the logs and noticed that the failing check was the flaky test which got fixed recently. I just had to sync with master, thanks for pointing me...
@vkryachko I changed the Flows to be properties instead of functions. Please take a second look
@shamilovtim We are using: - AGP 7.2.2: https://github.com/firebase/firebase-android-sdk/blob/4f24be3d2ac6481cb5c3995b4abcf5361894b1c7/buildSrc/build.gradle.kts#L59 - Gradle 7.3.3: https://github.com/firebase/firebase-android-sdk/blob/4f24be3d2ac6481cb5c3995b4abcf5361894b1c7/gradle/wrapper/gradle-wrapper.properties#L3 Also note that you'll need Java 11: https://github.com/firebase/firebase-android-sdk/blob/4f24be3d2ac6481cb5c3995b4abcf5361894b1c7/build.gradle#L72-L74 I'll check if we can get this documented in the...
Thank you for the detailed explanation. I was able to reproduce this issue and it seems like it's a bug in Firebase Auth and not in FirebaseUI specifically. I'm transferring...
While the Auth team investigates this further, there's a current workaround to prevent your app from crashing. You can create a function to check if a browser is available on...
@ArcherEmiya05 Thanks for bringing this up. We currently have no plans to support Kotlin Multiplatform, but it's a framework that I've personally been watching closely - I'd be happy to...
@ArcherEmiya05 you can specify your own theme as described here: https://github.com/firebase/FirebaseUI-Android/tree/master/auth#themes
Thanks for reporting this @ArcherEmiya05 We'll consider setting `filterTouchesWhenObscure` to true. Contributions are also welcome :)