EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase

Home Page:https://firebase.google.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bintray Server Error 502 Bad Gateway

paul-castro opened this issue · comments

After I run "tns run android". I followed the installation instructions very well.

Error:

Build file '[Project Folder]/platforms/android/app/build.gradle' line: 597
A problem occurred configuring project ':app'.
Could not GET 'http://dl.bintray.com/pixplicity/android/com/google/android/gms/play-services-base/maven-metadata.xml'. Received status code 502 from server: Bad Gateway

Unable to apply changes on device: 192.168.56.108:5555. Error is: Command ./gradlew failed with exit code 1.

Package JSON:

{
  "nativescript": {
    "id": [Application ID],
    "tns-ios": {
      "version": "6.2.0"
    },
    "tns-android": {
      "version": "6.2.0"
    }
  },
  "description": "NativeScript Application",
  "license": "SEE LICENSE IN <your-license-filename>",
  "repository": "<fill-your-repository-here>",
  "scripts": {
    "lint": "tslint \"src/**/*.ts\""
  },
  "dependencies": {
    "@angular/animations": "~8.2.0",
    "@angular/common": "~8.2.0",
    "@angular/compiler": "~8.2.0",
    "@angular/core": "~8.2.0",
    "@angular/forms": "~8.2.0",
    "@angular/http": "8.0.0-beta.10",
    "@angular/platform-browser": "~8.2.0",
    "@angular/platform-browser-dynamic": "~8.2.0",
    "@angular/router": "~8.2.0",
    "@master.technology/permissions": "^2.0.1",
    "@nativescript/firebase": "^11.1.3",
    "@nstudio/nativescript-cardview": "^1.0.0",
    "@nstudio/nativescript-checkbox": "^1.0.0",
    "@nstudio/nativescript-loading-indicator": "~2.0.5",
    "moment": "^2.24.0",
    "nativescript-accordion": "^6.0.0-beta.2",
    "nativescript-angular": "^8.20.4-rc-2019-11-21-152707-01",
    "nativescript-appavailability": "^1.3.2",
    "nativescript-appversion": "^1.4.4",
    "nativescript-background-http": "^4.2.1",
    "nativescript-datetimepicker": "^1.2.0",
    "nativescript-exit": "^1.0.1",
    "nativescript-fingerprint-auth": "^7.0.2",
    "nativescript-geolocation": "^5.1.0",
    "nativescript-google-maps-sdk": "^2.9.1",
    "nativescript-masked-text-field": "^4.0.1",
    "nativescript-mediafilepicker": "^3.0.0",
    "nativescript-modal-datetimepicker": "^1.2.2",
    "nativescript-phone": "^2.0.0",
    "nativescript-platform-css-free": "^1.6.16",
    "nativescript-svg": "^1.3.7",
    "nativescript-theme-core": "~1.0.4",
    "nativescript-ui-sidedrawer": "^8.0.1",
    "reflect-metadata": "~0.1.10",
    "rxjs": "^6.4.0",
    "tns-core-modules": "^6.2.1-rc-2019-11-22-113534-01",
    "zone.js": "^0.9.1"
  },
  "devDependencies": {
    "@angular/compiler-cli": "~8.2.0",
    "@nativescript/schematics": "^0.5.2",
    "@ngtools/webpack": "~8.2.0",
    "codelyzer": "~4.5.0",
    "nativescript-dev-webpack": "^1.3.0",
    "node-sass": "4.12.0",
    "tns-android": "6.2.0",
    "tns-platform-declarations": "6.0.1",
    "tslint": "~5.11.0",
    "typescript": "~3.5.3"
  },
  "readme": "NativeScript Application"
}

@paul-castro apparently we are switching to a new firebase plugin: https://github.com/nativescript/firebase

@sublime392 thanks, but I tried to add that plugin with my app, unfortunately i can't make it work.

its documentation was not very informative. can you help me?

I installed these:

"@nativescript/firebase-analytics": "^1.0.0-alpha.0",
"@nativescript/firebase-core": "^1.0.0-alpha.0",