Ios swift – Unsupported type error in FirebaseFunctions iOS SDK
I've integrated the Firebase SDK into my iOS app. My issue is that when I try to call a callable cloud function passing in a Data instance or a dictionary with a Data instance as a value in a pair,…