Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.12 KB

README.md

File metadata and controls

37 lines (29 loc) · 1.12 KB

hallo shop

Introduction

hallo shop is online trading system . hallo shop focuses on electronics products

Screenshot

alt home

How to install

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

How to use flutter

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.