Coder Social home page Coder Social logo

elounimedamine / flower_selling_app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from watery-desert/flower_selling_app

0.0 0.0 0.0 516 KB

Basic e-com app using firebase backend

License: Apache License 2.0

Ruby 1.61% Objective-C 0.04% Kotlin 0.15% Dart 93.69% Swift 0.44% HTML 4.07%

flower_selling_app's Introduction

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

flower_selling_app's People

Contributors

watery-desert avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.