React Firebase App Complete Tutorial - Upload and Download Images From Firestore

  Рет қаралды 19,270

Maksim Ivanov

Maksim Ivanov

Күн бұрын

Пікірлер: 33
@jonathanclark6489
@jonathanclark6489 4 жыл бұрын
super dense, im watching for the 6th time now; incredible info, thank you!
@danielschmidt8677
@danielschmidt8677 4 жыл бұрын
Thank's a lot this helped me so much, is it possible with some modifications to upload multiple images in once?
@tolulopemalomo8922
@tolulopemalomo8922 3 жыл бұрын
Please I need help. The map function in Home component is not rendering the Album Links. No errors are shown and the code looks fine. And when I make changes to the Home component, it shows up and then disappears again.
@oscar4238
@oscar4238 3 жыл бұрын
Hi, Maksim, I did exactly the same steps (except yarn, I did npm install --save firebase) and get this error in base.js: Unexpected character '�'. (1:0) This error appeared for the first time when I added the import { app } from "./base" in App.js I have no idea about why this is happening, do you? Thank you very much!
@mohamadnagiebrahim
@mohamadnagiebrahim 3 жыл бұрын
How are you able to start a firebase project from inside your terminal ??
@att_show
@att_show 4 жыл бұрын
Awesome content my friend.. but this has to be like the 3rd time you haven't actually addressed downloads lol.. Can we please have a DL tutorial!?
@NixronBarrak
@NixronBarrak 4 жыл бұрын
I keep getting this error, and cant find anything about it. vscode says everything is compiled fine though. TypeError: _Base__WEBPACK_IMPORTED_MODULE_1__.app.firestore is not a function Module../src/NewIssueForm.js F:/Web Projects/react-workspace/maddi/src/NewIssueForm.js:4 1 | import React, { useState } from 'react'; 2 | import {app} from './Base'; 3 | > 4 | const db = app.firestore(); 5 | 6 | 7 | export const NewIssueForm = () => {
@galihridhoutomo
@galihridhoutomo 4 жыл бұрын
same problem
@fleminlouis6861
@fleminlouis6861 4 жыл бұрын
How upload and show multiple images same time ? Nobody has done this video.
@prabeshregmi3372
@prabeshregmi3372 4 жыл бұрын
I'm stuck for more than 2 months now, trying to uoload multiple images at once in firestore😣
@errinwright
@errinwright 3 жыл бұрын
@@prabeshregmi3372 I would like to find out out to do this too, have you figured it out @Prabesh Regmi?
@vincentdufour613
@vincentdufour613 4 жыл бұрын
Could you make a video on "Downloading images (sometimes more than 1mb) from firebase storage through a cloud functions api" please. That is rather hard to implement.
@luisbrazilva
@luisbrazilva 3 жыл бұрын
I wish you were just a bit slower. You made so many cuts in the video that your code shows for a fraction of a second before you scroll away. But other than that, awesome work!
@jaggyjut
@jaggyjut 3 жыл бұрын
What if we have a form with multiple fields + image upload. How can we push the form data to firebase document which also has the link of the image stored in google storage.
@HolmesPatrick
@HolmesPatrick 3 жыл бұрын
May you show how to upload a very large more than 6 gb to firebase storage , download the url in firestore and play in react player , for uploading large files it gives awsnap error in chrome , while trying to attach file in dropzone and download of url in react player does not play video , your help would be very much kind
@code3144
@code3144 4 жыл бұрын
what vscode theme are you using ? font?
@shehabanwer1159
@shehabanwer1159 4 жыл бұрын
what if i have a set of albums ( for me they store documents ), i have an upload form using react hook form, i want to display each album on a page. Can I get the documents directly from firebase storage.
@dasithatharinda8503
@dasithatharinda8503 2 жыл бұрын
super
@ThomasWSmith-wm5xn
@ThomasWSmith-wm5xn 2 жыл бұрын
I would have loved to see some debugging + what it looks like on firestores side edited: wait... so no actual download? Just viewing client side. yeeeeeessh
@kailashraizelmaden4684
@kailashraizelmaden4684 4 жыл бұрын
need for the code to download also bro!!!
@joshuacharley1431
@joshuacharley1431 4 жыл бұрын
can u add delete of album
@janwarboltehai2
@janwarboltehai2 4 жыл бұрын
You are best bro
@vidumini23
@vidumini23 4 жыл бұрын
Hi.. I need sample video for "query data monthly in firestore using node". If you have any other suggestion reference or recommendation it will be so grateful Thank you.
@satansdeer1
@satansdeer1 4 жыл бұрын
hi, why would you query it monthly, if you treat firestore as the main source of truth - you can just fetch it whenever the user needs to. Could you clarify the use case
@vidumini23
@vidumini23 4 жыл бұрын
@@satansdeer1 Hi.. This for taxi company like Uber. db collection name is "salary". when the user had a ride, his commission will be saved under salary collection --> salaryID --> username, createdAt, commissionValue. One driver has more rides per day and there are more documents in the table including createdAt time. I need to fetch the total salary commission value in the end of the each month and reset the value to the initial value in the beginning of next month. This is my final year project. Thank you in advance.
@satansdeer1
@satansdeer1 4 жыл бұрын
You don't need to fetch it every month, you can store all the records. And when you need to get the data for specific month - just filter the records by month and calculate the salary for that month
@vidumini23
@vidumini23 4 жыл бұрын
@@satansdeer1 Ok Maksim.. Thank you soo much for the advice. I will make that. Thank you again 💕
@galihridhoutomo
@galihridhoutomo 4 жыл бұрын
@@satansdeer1 Can I upload documents?
@galihridhoutomo
@galihridhoutomo 4 жыл бұрын
can I upload documents?
@errinwright
@errinwright 3 жыл бұрын
I think i didnt use this becauase it was not part of a multi field form
@jonathanclark6489
@jonathanclark6489 4 жыл бұрын
I ran into problem, where I clicked on each album, and the URL would change but a blank component would be rendered with no errors... so i wrapped a around the , (in his app.js) and import this, and it worked --- import { BrowserRouter as Router, Switch, Route, Link } from "react-router-dom"; - best
@АлександрШатохин-н7г
@АлександрШатохин-н7г 4 жыл бұрын
Максим, отлично получается. Очень хотелось бы чтобы ты осветил тему взаимодействия React Redux и Firestore, может быть на примере каких-то простейших Crud операций
@salmankazi5308
@salmankazi5308 4 жыл бұрын
who keeps the name same for app.js and firebase file!!!!!!!!!!!!??????????????
How To Upload Files Using React Hook Form
5:16
Maksim Ivanov
Рет қаралды 144 М.
Firebase - Back to the Basics
25:23
Fireship
Рет қаралды 602 М.
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
The Biggest Mistake Intermediate React Developers Make
18:32
Cosden Solutions
Рет қаралды 45 М.
HOW TO UPLOAD AND DOWNLOAD FILES OR IMAGES TO FIREBASE FIRESTORE
12:36
I built a chat app in 7 minutes with React & Firebase
8:53
Fireship
Рет қаралды 1,4 МЛН
Firebase v9 Storage in React | Upload Files to Cloud
11:08
Fullstack Simplified
Рет қаралды 30 М.
How To Upload Files To Firebase in React Application
7:48
Maksim Ivanov
Рет қаралды 14 М.
Replace Is Number Saves 440GB A WEEK
9:54
ThePrimeagenClips
Рет қаралды 388 М.