Chetan Padia

Results 55 comments of Chetan Padia

The same seems to be true for a top-level type alias of `timestamp`. ```shell $ echo 'type Foo = timestamp' | fireward --lang=typescript ... export type Foo = null|Date|WardTimestamp|{isEqual: (other:...

I see, thanks for this. It makes sense to support the correct types for clients using server timestamps in this way. I'm using Fireward with Admin SDK in a Firebase...

Yes, that would be helpful. It would be nice to know that output `timestamp` types are always `WardTimestamp` and input types can be `Date|Wardtimestamp`, for example. When used with Typescript,...

I like that this solution could deal with multiple types that differ between input and output, though the ternary types might get a little hard to read. Would the user...

Hi! What's the current status of this? I noticed a new release with a change to Timestamps but am not quite sure if it includes any of these changes?

Great, thanks! If I want to try this locally what's the best way? Any chance we can have a beta/alpha on NPM?

Great! I think it's easier for us to wait for the beta as we'll want it integrated into our CI.

Thanks so much! I'm giving it a go and liking it so far. I like that the default type is permissive include both input and output types. ```ts export type...

I just wanted to say that we've been using this since your release and we've found the new `FirewardInput` and `FirewardOutput` types to be helpful. Thanks for your work on...

Hi! Any news on publishing this as the stable version? We've been using this to great effect for quite a while. 👍🏼