Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation errors post upgrade from v 0.0.6 to 0.1.0 #90

Open
ravivit9 opened this issue Dec 14, 2019 · 6 comments
Open

Compilation errors post upgrade from v 0.0.6 to 0.1.0 #90

ravivit9 opened this issue Dec 14, 2019 · 6 comments

Comments

@ravivit9
Copy link

ravivit9 commented Dec 14, 2019

Please find attached error screenshot after upgrading geofirex from v 0.6.0 to 0.1.0

"firebase": "^7.6.0",
"firebaseui": "^4.3.0",
"geofirex": "0.1.0",

Downgraded for now for the app to work.

@ravivit9
Copy link
Author

Screenshot 2019-12-14 at 20 01 05

@ravivit9
Copy link
Author

Hi, Appreciate if anyone could help to sort out or cause for the above errors.

Thanks.

@ravivit9 ravivit9 changed the title Compilation errors post upgrade from v 0.6.0 to 0.1.0 Compilation errors post upgrade from v 0.0.6 to 0.1.0 Dec 28, 2019
@ravivit9
Copy link
Author

@codediodeio, Updated the version no in the summary title.

@ravivit9
Copy link
Author

ravivit9 commented Dec 28, 2019

Adding package.json information

  "name": "gio-cabs",
  "author": {
    "name": "Ravindra Bharathi",
    "email": "[email protected]",
    "url": "https://gio-cabs.com"
  },
  "version": "0.0.0",
  "scripts": {
    "ng": "ng",
    "start": "ng serve",
    "build": "ng build",
    "build-prod": "ng build --aot --prod",
    "www-build": "ng build --prod --base-href . --output-path www",
    "test": "ng test",
    "lint": "ng lint",
    "e2e": "ng e2e",
    "bundle-report": "webpack-bundle-analyzer dist/gio-cabs/stats.json"
  },
  "private": true,
  "dependencies": {
    "@agm/core": "^1.1.0",
    "@angular/animations": "^8.2.14",
    "@angular/cdk": "^8.2.3",
    "@angular/common": "^8.2.14",
    "@angular/compiler": "^8.2.14",
    "@angular/core": "^8.2.14",
    "@angular/fire": "^5.2.3",
    "@angular/flex-layout": "^8.0.0-beta.27",
    "@angular/forms": "^8.2.14",
    "@angular/http": "^7.2.15",
    "@angular/material": "^8.2.3",
    "@angular/platform-browser": "^8.2.14",
    "@angular/platform-browser-dynamic": "^8.2.14",
    "@angular/router": "^8.2.14",
    "@ngrx/store": "^8.6.0",
    "@types/cordova": "0.0.34",
    "@types/googlemaps": "latest",
    "agm-direction": "^0.7.9",
    "cordova-android": "^8.1.0",
    "cordova-browser": "^6.0.0",
    "cordova-plugin-device": "^2.0.3",
    "cordova-plugin-geolocation": "^4.0.2",
    "cordova-plugin-request-location-accuracy": "^2.3.0",
    "cordova-plugin-whitelist": "^1.3.4",
    "cordova.plugins.diagnostic": "^5.0.1",
    "core-js": "^3.6.1",
    "emulator": "^0.1.0",
    "firebase": "^7.6.1",
    "firebaseui": "^4.4.0",
    "geofirex": "0.0.6",
    "geolocation-utils": "^1.2.2",
    "hammerjs": "^2.0.8",
    "ngx-google-places-autocomplete": "^2.0.4",
    "ngx-webstorage-service": "^4.1.0",
    "rxjs": "^6.5.4",
    "rxjs-compat": "^6.5.4",
    "tslib": "^1.10.0",
    "web-animations-js": "^2.3.2",
    "zone.js": "^0.10.2"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "^0.803.21",
    "@angular/cli": "~8.3.21",
    "@angular/compiler-cli": "^8.2.14",
    "@angular/language-service": "^8.2.14",
    "@types/jasmine": "^3.5.0",
    "@types/jasminewd2": "~2.0.8",
    "@types/node": "^13.1.1",
    "codelyzer": "^5.2.1",
    "husky": "^3.1.0",
    "jasmine-core": "^3.5.0",
    "jasmine-spec-reporter": "^4.2.1",
    "karma": "^4.4.1",
    "karma-chrome-launcher": "^3.1.0",
    "karma-cli": "^2.0.0",
    "karma-coverage-istanbul-reporter": "~2.1.1",
    "karma-jasmine": "^2.0.1",
    "karma-jasmine-html-reporter": "^1.5.1",
    "prettier": "^1.19.1",
    "pretty-quick": "^2.0.1",
    "protractor": "^5.4.2",
    "rxjs-tslint": "^0.1.7",
    "ts-node": "~8.5.4",
    "tslint": "^5.20.1",
    "typescript": "3.5.3",
    "webpack-bundle-analyzer": "^3.6.0"
  },
  "husky": {
    "hooks": {}
  },
  "cordova": {
    "platforms": [
      "android",
      "browser"
    ],
    "plugins": {
      "cordova-plugin-whitelist": {},
      "cordova-plugin-device": {},
      "cordova-plugin-geolocation": {}
    }
  }
}

@ravivit9
Copy link
Author

@codediodeio hope the above helps to identify whether I am using an incompatible library in the view of geofirex.

Thanks.

@jasonc624
Copy link

jasonc624 commented Nov 10, 2020

Geofirex is not compatible with higher versions of firebase i guess anything above 7.1.x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants