Jasper Verbeet

Results 4 comments of Jasper Verbeet

To confirm, I'm having the same issue. However, I was able to build with `TS ^3.8.0` & `Firestore ^4.15.1` `TS 4.5.1` & `Firestore 5.0.2`, doesn't seem to build as suggested...

100% type-safe TS locale files could be as simple as something like this, right: ```ts const translations = await import('./src/locales/en.json'); const types = `export default ${JSON.stringify( translations, null, 2 )}...

Same issue here. This only happens when there are field level access control checks on the collection.

Bump, this would be really useful