Simple, useful and efficient.
It's cool and fun. This is a mobile application for Android and iOS that simply displays all the garbaromes on a map. :D
- Geolocation and display of points on a map
- Realtime chat - Group Chat
- Make a donation with CinetPay - Mobile Money payment
- Upload Pictures
- ...
- Install Node js
- install Ionic Framework
npm install -g ionic cordova
- Create your Firebase project
- Use this configuration for use Firestore database in developer/database/rules
service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write;
}
}
}
- Download or clone repository
git clone https://github.com/agazinakou/ionFood.git
- Click on "Add Firebase to your Web application" in the firebase console
- Copy and paste the content into src/app/app.firebase.config.ts
export const FIREBASE_CONFIG = {
apiKey: "XXXXXXXXXXXX",
authDomain: "XXXXXXXXXXXX",
databaseURL: "XXXXXXXXXXXX",
projectId: "XXXXXXXXXXXX",
storageBucket: "XXXXXXXXXXXX",
messagingSenderId: "XXXXXXXXXXXX"
};
- Use the terminal and go to the project directory
npm install
- Installing on your phone :D
ionic cordova platform add android
ionic cordova build android
Ionic CLI: 3.15.2 or greater
Ionic Framework: ^3.7.1
Angularfire2: ^5.0.0-rc.3
Firebase: ^4.6.0
Cordova CLI: ^7.0.1
If you need technical support or have any questions, please send a message to [email protected] or via skype: aziiin5.
Don't re-invent the wheel, Just re-align It.