Код: Выделить всё
FirebaseAuthException ([firebase_auth/unknown] An internal error has occurred. [ Failed to connect to /10.0.2.2:9099)
< /code>
Я использую физическое устройство Android, подключенное через кабель, и я стараюсь получить доступ к эмулятору Firebase на компьютере.String ip = kIsWeb ? 'localhost' : 'localhost'; // 10.0.2.2
FirebaseFirestore.instance
.useFirestoreEmulator(ip, 8080, sslEnabled: false);
await FirebaseAuth.instance.useAuthEmulator(ip, 9099);
Подробнее здесь: https://stackoverflow.com/questions/796 ... s-occurred
Мобильная версия