Results 30 comments of Calvin Cheng

Nice! thanks for doing this @bijoutrouvaille I built [StretchMinder](https://www.stretchminder.app/) using fireward to help with generating my security rules and typescript interfaces. StretchMinder is a work break timer for iOS that...

@bijoutrouvaille - Awesome! Glad that you like it, and thank for your great work on this project. Saved me a lot of time in helping me get my project out...

@bijoutrouvaille thanks for your patience. The wrapper works great. It would be very nice to see this in the generated .ts file. Though correct me if i'm wrong, but it...

> I'm toying with the idea of making a separate type in Fireward, maybe increment, that will compile to a float in Firestore and Firenum in TS. Or should there...

@Piero87 Did you make sure that: `Enable Dead Code Stripping` is set on the TARGETS level like @ptgamr says? It works fine on my end.

For each of my stores I like to export a `StoreInstance` using `defaultRegistry` like so: ```typescript // store.ts import { defaultRegistry, createStore } from 'react-sweet-state' const Store = createStore({ name:...

Doesn't look like it. Seems like it would be a great addition to it though. I only found out about defaultRegistry through digging into the code a while back. I've...

This enhancement would be great to have since having to install `expo-asset` just to support local files seems unnecessary **Edit**: I've followed @f4z3k4s 's steps and for some reason I'm...

@f4z3k4s Sorry for the delay. I just tested this on iOS and figured out how to get it working with the help of your method as a starting point. This...

> @ninjz this not work on android & ios release builds. Yeah shoot, I ran into this while testing and forgot to mention this as I haven't been working with...