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
Encoding and decoding data to and from Firestore is one of the most common operations in the Firebase SDK. The IOS SDK provides lovely integrations to that end via @Codable, but the implementation current implementation in SkipFirestore doesn't have the same.
It would be a great convenience to implement these integrations.
Current Workaround
It is possible to work around these limitations by manually decoding the data dictionaries returned, but this is more tedious than the native implementation.
The text was updated successfully, but these errors were encountered:
Overview
Encoding and decoding data to and from Firestore is one of the most common operations in the Firebase SDK. The IOS SDK provides lovely integrations to that end via
@Codable
, but the implementation current implementation inSkipFirestore
doesn't have the same.It would be a great convenience to implement these integrations.
Current Workaround
It is possible to work around these limitations by manually decoding the data dictionaries returned, but this is more tedious than the native implementation.
The text was updated successfully, but these errors were encountered: