-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cloud_firestore: The new embeddings field causes app to crash. #13555
Comments
Hi @segevsh, kindly provide a sample code reproducing this issue. |
Hey @segevsh. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
I have the same issue as @segevsh. I used the Vector Search With Firestore extension and an "Ouput Field Name called embeddings was added to all newly created documents and it causes the app to crash. I tried the troubleshooting that @segevsh recommended and manually deleted the embedding field and the crash stopped. The error I get is The crash does not occur on web. Which Platforms Are AffectedAndroid, iOS. Reproducing the issueCreate a collection that is indexed by the Vector Search With Firestore. Make a call to the cloud function ext-firestore-vector-search-updatestrigger which returns a list of document references of the collection. Fetching the document(s) by reference is the point of crash. Flutter Version3.24.2 |
Hey @segevsh. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
I'm facing the same issue |
@segevsh @ibrahimtall Did you manage to solve it? |
@aculebrasj Unfortunately no. |
Hey @segevsh. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
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: