Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 485 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 485 Bytes

LOST DOGS DEMO APP

It's an Ionic/Angular demo powered by angularFire.

Install dependencies:

npm install

It's necessary to set your firebase project in the enviroments files:

firebaseConfig: {
    apiKey: "your-api-key",
    authDomain: "your-auth-domain",
    databaseURL: "your-database-url",
    projectId: "your-project-id",
    storageBucket: "your-bucket",
    messagingSenderId: "your-id",
    appId: "your-app-id"
  }

Runs the demo:

ionic serve