nialljawad96

Results 13 comments of nialljawad96

I have been having the same errors since upgrading the Firebase dependencies to the latest versions, and have been using the precompiled Firebase SDK to save on loading times. Unfortunately...

@Riyan-M Hi Riyan, did you happen to solve this at all?

@amantoux Sorry for the late reply. For the following themeData: ``` lists: TextBlockTheme(style: const TextStyle( fontWeight: FontWeight.w400, height: 1.55, fontSize: 16, fontFamily: "inter", ), spacing: VerticalSpacing( ), ), paragraph: TextBlockTheme(style:...

Getting this exact same error too. Using AppleProvider.debug yet it's talking about DeviceCheckProvider...... Did you manage to solve this @icorradi-inco

@russellwheatley I've been doing that for the past few years. I solved this by inputting this in my AppDelegate.swift: ``` class YourAppCheckProviderFactory: NSObject, AppCheckProviderFactory { func createProvider(with app: FirebaseApp) ->...

@russellwheatley I'm doing that unfortunately. Odd one. Seems like something is either preventing DeviceCheck being replaced, or it's being replaced then reset later. Don't know if the AppDelegate.swift code provides...

@jcwasher Was this solved for you? I am still getting it. I'm on the latest version of cloud_firestore 4.15.8