1

I have a problem with my app recently. I'm running my app on windows in a android emulator: SDK API 33. Everything was working fine until yesterday. When i was in my HomeScreen my Firebase Firestore widgets weren't loading anymore, so i was wiping the data from my emulator. Now i'm stuck at my Auth-Screen; when i want to login with my account i'm only getting this debug message when I'm pressing the login button:

[ +873 ms] W/System( 7190): Ignoring header X-Firebase-Locale because its value was null.

When i'm rebuilding the app i'm getting the message:

W/FIAM.Headless( 7190): Service fetch error: DEADLINE_EXCEEDED: deadline exceeded after 29.807599400s.

1 Answers1

2

The message "Ignoring header X-Firebase-Locale because its value was null." is just a warning and does not indicate a problem with your app or Firebase services.

Usual cause of this issue are Email/Password Sign-in method being disabled in the Firebase console and the Android emulator not being set up properly.

check these similar cases for more information:

Also try flutter clean command to delete any temporary files that may be causing problems. Then, rebuild and run your app.If you are still facing the issue , I have found this issue tracker raised for a similar issue which is still open. you can report there or you can raise new raise issue at github.

General Grievance
  • 4,555
  • 31
  • 31
  • 45
Sathi Aiswarya
  • 2,068
  • 2
  • 11