Hello, how can i install firebase-admin and set up function to send push notifications? npm i firebase-admin went through, but upon call/restart i get
Last active 3 months ago
6 replies
14 views
- NE
Hello, how can i install firebase-admin and set up function to send push notifications?
npm i firebase-admin went through, but upon call/restart i get
- NE
anyone knows how to deal with this?
- EL
@Nexen Can you try placing the
package.json
in the root of your project? Meaning, on the same level asfunctions/
. - NE
@elitan Thats what i have
- EL
hmm, I mean having
package.json
andfunctions/
on the same level - NE
that i tried too, i have now package.json on root and in functions folder, installed it on both directories, still no luck, from the command line it says something about python not installed. I wanna make sure that it goes through on production too, because it seems like i have to install python in docker
Last active 3 months ago
6 replies
14 views