[firebase_auth]Fixing exception on Android when linking phone number to email/password account#1069
[firebase_auth]Fixing exception on Android when linking phone number to email/password account#1069kika wants to merge 2 commits intoflutter:masterfrom
Conversation
|
Hey, I saw this and you need to include the case on android where phone auth takes place without sending an sms. I had had a fix earlier in #973 to solve that issue as well |
|
@cqhchan I'd love to, but for that, I believe I need a real Android device with SIM card and active service and I don't have any physical Android device around. Only emulator. |
|
Flutter team, please review and merge this code. This is blocking so many folks! |
|
this is blocking my team as well, why it's not being addressed? |
|
If anyone is blocked by this, please use the following in your This is the work that @kika already did but with the latest version as of The pull request shows the changes I made: #1358 |
|
It looks like this was fixed in #1333, but if I'm mistaken please let me know. |
Fix for flutter/flutter#26477
For completeness this one is also needed: b26b272