firebase did an update this morning and this dependency is nowhere to be found.
try update
"firebase": "^10.3.1",
to
"firebase": "^10.8.1",
is’t work.
What else can I try?
I try to limit version to
"firebase": "~10.3.1",
is work.
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
firebase did an update this morning and this dependency is nowhere to be found.
try update
"firebase": "^10.3.1",
to
"firebase": "^10.8.1",
is’t work.
What else can I try?
I try to limit version to
"firebase": "~10.3.1",
is work.