Trusted network
These instruction will help you to setup a local Vouched application on development mode
XCode
Flutter
Node
Firebase
- Downlaod XCode on your MacOS (Mac App Store)
- Install Flutter (https://flutter.dev/)
- Install Node.JS (https://nodejs.org/en/)
- Setup your Firebase account and create a new project (https://firebase.google.com/)
- Generate a new iOS app on Firebase console (more instructions on https://firebase.google.com/docs/flutter/setup)
- For Node.JS scripts generate a new admin service account (more instructions on https://firebase.google.com/docs/admin/setup)
At the moment only the phone authentication method is available
- On Firebase -> Authentication -> Sign in method, turn on the Phone provider
- Create a phone number for test and verification code (for istance
+1 650-555-1234and code123456, make sure that number is available for test for avoid future conflicts with real numbers)
On Firebase follow the instructions from https://firebase.google.com/docs/flutter/setup and you should generate a file named GoogleService-Info.plist this file should be put on directory vouched/ios/Runner/GoogleService-Info.plist
Job examples and users can be loaded into the Firebase throught the scripts scripts/job-loader directory
npm run create-usersnpm run create-postsInstall Flutter plugins for VSCode and you should be ready to run, click Debug -> Start Debugging
- Rodrigo Serviuc Pavezi - rodrigopavezi
- Eduardo Nunes Pereira - eduardonunesp
- Arya Soltanieh - lostcodingsomewhere
This project is licensed under the MIT License - see the LICENSE file for details