[cupertino_http] Request fails when combined with FirebasePerformance after in v2.0.0 or newer #1722
Labels
package:cupertino_http
Issues related to package:cupertino_http
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Adding firebase_performance to dependencies to a project using the cupertino_http package causes HTTP requests to fail, which is not a problem with the http package.
After further investigation, it was found that adding FirebasePerformance instead of firebase_performance and calling
Firebase.configure()
inAppDelegate.swift
caused this problem. And, this problem did not occur with cupertiono_http v1.5.1, but it started to occur with v2.0.0.Test project. Add
ios/Runner/GoogleService-Info.plist
to reproduce.https://github.com/koji-1009/pefromance_urlsession_example/tree/pods_performance
related firebase/flutterfire#17095
The text was updated successfully, but these errors were encountered: