This repo contains my project for the exam delivery for TDS200 - Kryssplatform App-utvikling. This is an application made in Ionic 3 and represents an application where a user can sell used books.
For more information (in norwegian) on how this app was made, please read the documentation for this project HERE
To use this app you need to register an account in Google Firebase and create a file in src/app/ named GoogleFirebaseApiKey.
Template to this file:
export default {
apiKey: "",
authDomain: "",
databaseURL: "",
projectId: "",
storageBucket: "",
messagingSenderId: ""
};
To get Google Maps to work you also need to register a API-key for Google Maps and create a file in src/app/ named GoogleFirebaseApiKey.
Template to this file:
export default "";
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D