Robert Uomini

Results 10 comments of Robert Uomini

Oh, great: This bug has been open over a year and a half and Google STILL hasn't replied to any of the developers reporting it!

Or execute recursively in the method that calls the operation, which is what I ended up doing: private void processGmailSignIn(Intent data) { Task task = GoogleSignIn.getSignedInAccountFromIntent(data); try { // Google...

Are you getting the error on Google sign-in or passwordless email sign-in? On Fri, Sep 23, 2022, 13:05 Persike ***@***.***> wrote: > Any luck with this? I am facing the...

Here's a reproducible test case: https://drive.google.com/file/d/1MGRkQ0bWYMVKe25Dp5hug9oW9ZdjUR0A/view?usp=sharing. Unzip the file and open the resulting folder with Android Studio, then run the app. It should fail in MainActivity.java at line 207 with...

Glad you were able to reproduce the problem. Have you found a solution? I've been waiting to hear back from you, since I haven't changed anything. On Wed, Mar 19,...

Hi, kuaashish, Thanks for the suggestion, but the app is failing at the same place even with the update. I should mention that I am currently running version 2024.3.1 (Meerkat)...

Thanks. I suggest you start by building the project I sent you, if you haven't already done that. On Wed, Mar 19, 2025 at 6:14 PM kuaashish ***@***.***> wrote: >...

I'm having the same issue but it only happens one one of my devices, a Samsung Tab A. Here's the compete dump: java.lang.RuntimeException: Internal error in Cloud Firestore (25.1.0). at...

Also fails the same way when running on an emulated Samsung Tab A.

Also the problem only occurs in my case during Google signin. After the user has signed in, the app runs without a problem.