Jonas Earendel
Jonas Earendel
When I do `import { Timestamp } from 'firebase-admin/firestore'` I get this: > Unable to resolve path to module 'firebase-admin/firestore'.eslint [import/no-unresolved](https://github.com/import-js/eslint-plugin-import/blob/v2.26.0/docs/rules/no-unresolved.md) 😢 This seems to work: `import type { DocumentReference,...
Ah. The problem was (is) `eslint-plugin-import` 😢 This will throw lint errors: ```javascript import { getFirestore, Timestamp, FieldValue, Firestore } from 'firebase-admin/firestore'; import { initializeApp } from 'firebase-admin/app'; ``` >...
Er, I added the css more as an example. It was never meant to be used "for real". I guess it would be the same as with **no-sort**, either add...
Come on @JedWatson, you can do it!!!!! 🏃♂️🏃♀️🏃💐
I wanted to disable the upload on save-thingy. It did not matter if I changed anything or not. I edited .remote-sync.json manually instead and problem went away. If it reappears...
> I just found a solution, in the terminal when you are starting up the server I just had to include the directory of the rootCA.pem file: > > `HTTPS=true...