hallo shop is online trading system . hallo shop focuses on electronics products
- Repository
- clone repository
git clone https://github.com/mrnpro/Halloo-Ecomerce-app
- setup firebase
- add SHA-256 to project settings
- enable phone auth and google auth in firebase auth
- update firebase storage rule
service firebase.storage {
match /{allPaths=**} {
allow read, write: if request.auth != null;
}
}
- run the project through actual devices
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.