Aimn Blbol

Results 20 comments of Aimn Blbol

I ran into same problem today. I have two buttons 50% out of the panel and they are clipped as shown in the pictures.

In my case, when the app goes offline then online the listener to ".info/connected" is never called again. This means when the app reconnects to WiFi again, my app is...

I was testing on a real Android 13 device. I tried both the Firebase Emulator and Firebase backend. I will try the plugin example and see if I get the...

Can you tell me how to download the plugin example? I don't see any instructions.

Ok, so I used the plugin example you mentioned and got the same exception: "The email address is already in use by another account." Here is the function that I...

Ok, so I looked at _anonymousAuth() function from the test that you sent me and I modified it. I first sign in anonymously then link current user to Email/password credential...

You asked me to test issue #11661 , so I did, and I told you that I did not run into any exceptions with that issue. But my issue is...

@darshankawar, two auth accounts should be linkable ONLY if they share the same email. But receiving email-already-in-use exception when trying to link password and gmail accounts sharing the same email...

Hi @russellwheatley, I deleted all the users in my Firebase auth console and ran the same test where I first signed in with gmail account ([email protected]) then I linked Email/Password...

Hi @russellwheatley, I have tried your test many times, and it is failing. In my case, prevUser is a user that signed in with gmail and the Credential is obtained...