Alex Li

Results 711 comments of Alex Li

> I think the issue is a language issue. Indeed, I shall file an issue referencing this. Should we continue or wait until a fix for the language has been...

Reseting the interface is easy, but then you are still unable to launch another auth process as it will tells you there is an ongoing one, you'll never get back...

Combining "taskAffinity" + "launchMode" and other activity state settings might be helpful as I imagine, which is what I'm exploring recently.

@MichaelVerdon : Thanks for your reply. The example you are pointing to does not involve Twitter sign-in. Could you elaborate on your changes to make the example work with that...

> Hi there, the example does have Twitter sign in, here is the exact link to it. Hope this helps 😄 @MichaelVerdon : Thanks for pointing it out. I've tried...

It seems that the native library contains the related ability. https://github.com/firebase/FirebaseUI-Android/pull/645

I've made a couple of changes additionally: 1. The storage interface was extracted with a more general interface that can be used to store any type of data. 2. I've...

> Screen.Recording.2025-10-04.at.12.39.48.PM.mov > @AlexV525 the example app doesn't seems to be working correctly I'll look into it next week

The example fails because the file caches always read from the `SharedPreferences` as the previous code implemented: https://github.com/OutdatedGuy/cached_video_player_plus/blob/f5a32f8716aa3e9ea3bdbc5353f630e37f6e1cc5/example/lib/pages/advance_cache_management_page.dart#L83 This is a hard-coded behavior that implicitly uses the same storage as...