Good morning!
That is the error that I am getting when operating my app on a iPhone Emulator on my mac:
[cloud_firestore/unavailable] The service is at present unavailable. This can be a most certainly a transient situation and could also be corrected by retrying with a backoff.
I am initializing my Firebase Connection in major.dart appropriately.
My flutter physician:
Physician abstract (to see all particulars, run flutter physician -v):
[✓] Flutter (Channel secure, 3.29.0, on macOS 15.3.1 24D70 darwin-arm64, locale de-DE)
[✓] Android toolchain - develop for Android units (Android SDK model 35.0.1)
[✓] Xcode - develop for iOS and macOS (Xcode 16.2)
[✓] Chrome - develop for the net
[✓] Android Studio (model 2024.2)
[✓] VS Code (model 1.97.2)
[✓] Linked machine (4 out there)
[✓] Community assets
• No points discovered!
Firebase Plugins:
firebase_core: ^3.12.0
firebase_messaging: ^15.2.2
firebase_auth: ^5.4.2
cloud_firestore: ^5.6.4
firebase_analytics: ^11.4.2
firebase_crashlytics: ^4.3.2
firebase_storage: ^12.4.2
Firebase Providers like Authentication and Storage are working, solely the Firestore is not working.
Issues I’ve tried:
- Testing on android emulator
- Operating with verbose (no additional data)
- organising firebase once more (from scratch)
- testfile with easy logic, not working aswell
- Resetting iOs Emulator
- Deleting Pods
- Deleting Pubspec.lock
That is very odd, that is the primary time im getting this error and that i work with flutter & firebase for five years now. What could possibly be the issue right here?
In the event you want code, be happy to ask!