Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

450
Views
Error: Error parsing triggers: Cannot find module 'geofire-wrapper'

I am trying to use geo-fire lib from this github repo ( https://github.com/tobias74/geofire-js/tree/upgrade-to-v9-modular) as the source lib is not supporting firebase 9 but I keep getting this error

Error: Error parsing triggers: Cannot find module 'geofire-wrapper'

when deploying the function to firebase. This is how I am trying to use

var GeoFire = require('geofire-wrapper');

I installed the lib in functions folder and also see it exists in package.json. Not able to figure what's causing the error.

tsconfig file

 {
  "compilerOptions": {
    "module": "commonjs",
    "noImplicitReturns": true,
    "noUnusedLocals": true,
    "noImplicitAny": false,
    "outDir": "lib",
    "sourceMap": true,
    "strict": true, 
    "target": "es2017",
    "resolveJsonModule": true,
    "strictPropertyInitialization": false,
    "allowJs": true
  },
  "compileOnSave": true,
  "include": [
    "src/*.js",
    "./functions/*.js", 
    "src/*.ts"],
}
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!