GithubHelp home page GithubHelp logo

sahandghavidel / mern-estate Goto Github PK

View Code? Open in Web Editor NEW
371.0 371.0 230.0 395 KB

Real Estate app using MERN and tailwind css

Home Page: https://estate.100jsprojects.com/

JavaScript 99.51% HTML 0.36% CSS 0.13%

mern-estate's Introduction

mern-estate's People

Contributors

sahandghavidel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mern-estate's Issues

Just a quick reminder.

After upload an image then if we have an error, we do not set false setFileUploadError value so when i try to upload new image i saw the error always. To fix that we should set setFileUploadError value to the false and the process can start from the beginning.

I appreciate for your effort @sahandghavidel

`
const handleFileUpload = (file) => {

setFileUploadError(false);

const storage = getStorage(app);

const fileName = new Date().getTime() + file.name;

const storageRef = ref(storage, fileName);

const uploadTask = uploadBytesResumable(storageRef, file);`

Build issue

Why cant i Build my application. It says missing script ,build file missing

I'm getting 403 forbidden error

service firebase.storage { match /b/{bucket}/o { match /{allPaths=**} { allow read; allow write: if request.resource.size < 2 * 1024 * 1024 && request.resource.contentType.matches('image/.*') } } }
in upload response I'm getting
{
"error": {
"code": 403,
"message": "Permission denied."
}
}
}
I tried giving req.auth == null
Any solution you can provide?

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.