- Report scam numbers.
- Post spam messages from social media platforms.
- Upvote and downvote submissions.
- Google account authentication.
- Ionic 4
- Firebase
- Create a new project on Firebase and follow the steps below.
*)
nano src/config.js
*) Copy the Firebase configurations and paste in 'config.js' file. export const firebaseConfig = { fire: { apiKey: "", authDomain: "", databaseURL: "", projectId: "", storageBucket: "", messagingSenderId: "" } } - Install dependencies
*
npm install
- Start Ionic server with lab
*
ionic serve -l
Note: Change the web client ID in following files: * package.json * src/app/tab1/tab1.page.ts * config.xml
ionic cordova platform add android
ionic cordova run android
ionic cordova build android --release
for development and testing purpose.
ionic cordova build android --release --prod
for production purpose.
- Rahul Sharma (Github Account)
- Mexson Fernandes (Github Account)