Skip to content

watery-desert/flower_selling_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flower selling app using firebase backend.

⚠️ Add firebase and enable email authentication and firstore database or it won't work

Don't know how to do?

  • Craete a firebase project no need to enable Google Analytics.
  • Open the project then add a new iOS app.
  • Download the GoogleService-info.plist and put it inside ios/Runner/
  • Go to Authentication from left panel then Sign-in method and Enable Email/Password
  • Select Firestore Database then create database this will take few clicks then you done.
  • Go to the rules delete the time validation line and true after if. Be aware this will make the database public and you don't wanna do in production.
allow read, write: if // add here 'true;'
      request.time < timestamp.date(2022, 1, 2); // delete this line

Screenshots

Screen recordings

About

Basic e-com app using firebase backend

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published