typesync icon indicating copy to clipboard operation
typesync copied to clipboard

Autogenerate Firestore model types for all platforms

Results 15 typesync issues
Sort by recently updated
recently updated
newest added

This will traverse the specified collection and validate the documents with Zod.

cli
feature

The `additionalFields` config on `object` types currently does not have an effect on Swift output.

swift
improvement

We should allow documents to be modeled as a discriminated union.

spec
feature

We'll allow generating Zod schemas for a given definition.

feature
zod

The `nil` type compiles to `nil` in Swift which is not a valid type. We likely want a sentinel to replace it.

bug
swift