[MacOS]: App crashes at documentReference.get() while debugging with MacOS #13678
Labels
blocked: customer-response
Waiting for customer response, e.g. more information was requested.
platform: macos
Issues / PRs which are specifically for MacOS.
plugin: cloud_firestore
type: bug
Something isn't working
Is there an existing issue for this?
Which plugins are affected?
Core
Which platforms are affected?
macOS
Description
Since updating to the newest Flutter Version (3.24.4) and also to the newest cocoapods version (1.16.1), my app crashes while fetching a document. Running in Web and Android works fine.
Reproducing the issue
await FirebaseFirestore.instance.collection(collectionName).doc(documentID).get();
Firebase Core version
3.6.0
Flutter Version
3.24.4
Relevant Log Output
Flutter dependencies
Expand
Flutter dependencies
snippetAdditional context and comments
No response
The text was updated successfully, but these errors were encountered: