Closed liorla1 closed 3 years ago
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
Hi @liorla1 I looked at the error message that you shared with me and this issue seems related to the browser. So far, we received some reports about this, and our engineers are currently looking into it. Also note, that this is a duplicate of #4256. Closing this in favor of that issue. Please upvote there instead. Thanks.
thanks @aguatno! sorry for short site on that duplicate :)
[READ] Step 1: Are you in the right place?
Issues filed here should be about bugs in the code in this repository. If you have a general question, need help debugging, or fall into some other category use one of these other channels:
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
added Firebase BoM to get auth working on firefox browser on android device. i still get the same error.
Steps to reproduce:
What happened? How can we make the problem occur? This could be a description, log/console output, etc.
Relevant Code:
these are my dependencies on app/build.gradle file: dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.2.0' implementation "com.google.code.gson:gson:2.8.6" implementation 'com.google.android.material:material:1.3.0-alpha04' implementation 'androidx.recyclerview:recyclerview:1.1.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
} apply plugin: 'com.google.gms.google-services'
thanks for the help :)