You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to do a bit more investigation into this, but I'm fairly certain this function should be deprecated. It accepts an encoder and decoder as parameters but the Callable type itself is initialized with an encoder/decoder so the properties should be used instead. Right now if you use the There's no equivalent completion based call.
I need to do a bit more investigation into this, but I'm fairly certain this function should be deprecated. It accepts an encoder and decoder as parameters but the
Callable
type itself is initialized with an encoder/decoder so the properties should be used instead. Right now if you use the There's no equivalent completion based call.firebase-ios-sdk/FirebaseFunctions/Sources/Callable+Codable.swift
Lines 131 to 139 in 878f885
I'm not sure we can actually deprecate this though as we need to replace it with something like this:
but that would be in conflict with the default arguments.
The text was updated successfully, but these errors were encountered: