Lubomir Sob.
Lubomir Sob.
this export const api = functions.https.onRequest(app); not work for me. Even do this still getting error. `node_modules/firebase-functions/lib/apps.d.ts:33:21 - error TS7033: Property 'firebaseArgs' implicitly has type 'any', because its get accessor...
functions@ /Users/..../workspace/sinvoicescloud/functions ├─┬ @types/[email protected] │ └── @types/[email protected] └─┬ [email protected] └── @types/[email protected]
OK. I try several times remove node_modules folder and package-lock.json. Have no idea why but now it works. Probably I did some mistake with removing and install updated package.json .
@kimroen looks same for firebase-functions, maybe @types/cors with different version cause troubles? @types/[email protected] │ └── @types/[email protected] └─┬ [email protected] └── @types/[email protected]
Even I follow documentation I was not able correctly did fixed navbar. Navbar is fixed but is under sidebar.
OK. Looks like it could be used only on renderer process?
Can you help wit example how pack it for renderer process? require in renderer add absolute path and I'm not able distribute it. Some webpack example?