-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
ConnectivityMonitorApple::OnReachabilityChanged callbacks on the wrong queue #3661
Comments
I had the same problem. |
I got the same crash after the update Firebase SDKs to the latest version v6.7.0 |
Thanks for the report. We're looking into this now. |
We've released We're still working on respinning the zip release and Carthage binaries. For now if you're using those methods, please use Firebase 6.6.0. |
The 6.7.1 version of the zip distribution and a Firestore 6.7.1 Carthage module are available. |
How could we get the zip file? |
You can find the zip file from the Firebase setup instructions. I'll upload the 6.7.1 zip to GitHub Releases shortly as well. |
Update: the zip file is also available as a GitHub Release. https://github.com/firebase/firebase-ios-sdk/releases/tag/6.7.1 |
@ryanwilson When will you update the stable version in cocoapods to 6.7.1? |
@pradipaub36 6.7.1 is a zip and Carthage version update only. For CocoaPods, since the actual fix is in the Firestore pod, it's sufficient to run |
[READ] Step 1: Are you in the right place?
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
Firestore crashes when trying to write data
Steps to reproduce:
Don't have exact steps. Stack trace:
Relevant Code:
My Firestore database initialization is going on a dedicated dispatch queue and my write requests also run in the same queue. So, for the Firestore I always use one exact dispatch queue.
The text was updated successfully, but these errors were encountered: