Firebase storage, Firestore, auth causing app to crash on windows #16892
Unanswered
NajdKarajeh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
while in debug mode working on my flutter windows app i always get this message when doing things related to Firebase storage, Firestore, auth causing app to crash on windows
warning example:
[ERROR:flutter/shell/common/shell.cc(1065)] The 'plugins.flutter.io/firebase_storage/taskEvent/75592faa-c7e7-43a2-8847-2db75500a494' channel sent a message from native to Flutter on a non-platform thread. Platform channel messages must be sent on the platform thread. Failure to do so may result in data loss or crashes, and must be fixed in the plugin or application code creating that channel.
See https://docs.flutter.dev/platform-integration/platform-channels#channels-and-platform-threading for more information.
*note in debug mode the app doesn't crash, when you release the build this crash starts to happen.
i know that the dev of firebase didn't solve this yet in their plugins so as i so it's doable manually or by an certain way, so how to fix this?
Beta Was this translation helpful? Give feedback.
All reactions