cloud_firestore: The new embeddings field causes app to crash. #13555
Labels
blocked: customer-response
Waiting for customer response, e.g. more information was requested.
platform: android
Issues / PRs which are specifically for Android.
platform: ios
Issues / PRs which are specifically for iOS.
plugin: cloud_firestore
type: bug
Something isn't working
Is there an existing issue for this?
Which plugins are affected?
Database, Other
Which platforms are affected?
Android, iOS
Description
We added embeddings to our firestore collection, and subsequently the app started crashing with:
We are using the latest versions of the firebase packages:
firebase_core: ^3.6.0
firebase_auth: ^5.3.1
firebase_messaging: ^15.1.3
firebase_storage: ^12.3.4
firebase_analytics: ^11.3.3
firebase_crashlytics: ^4.1.3
firebase_remote_config: ^5.1.3
cloud_firestore: ^5.4.4
Once the embeddings field was removed from firestore the app went back to working flawlessly.
Reproducing the issue
Create a collection, add documents, add embeddings (we used gecko).
Perform a
.get()
to fetch such document.Firebase Core version
3.6.0
Flutter Version
3.24.3
Relevant Log Output
Flutter dependencies
Expand
Flutter dependencies
snippetAdditional context and comments
No response
The text was updated successfully, but these errors were encountered: