No video

Subcollections in Firebase/Firestore v9 (with React.js)

  Рет қаралды 20,486

RavenJS

RavenJS

Күн бұрын

Пікірлер: 52
@nomanraihan4558
@nomanraihan4558 2 жыл бұрын
The king of firebase tutorial
@omaaar_cito
@omaaar_cito Жыл бұрын
I haven't been able to solve a problem similar to this for two weeks, and almost on the verge of giving up, your video appeared. Thank you very much from the end of the world, Argentina. Best regards
@ravenjs
@ravenjs Жыл бұрын
i'm glad it helped!
@HendrieBeats
@HendrieBeats Жыл бұрын
bro - your content is so good. You're a very skilled programmer
@fabianrossini4315
@fabianrossini4315 Жыл бұрын
Thank you a lot, RavenJS! Simple, very useful, step by step, greetings from Argentina
@jhuliangr
@jhuliangr Жыл бұрын
It was Exactly what I need, thanks RavenJS. Keep doing this
@haikoerinkveld4242
@haikoerinkveld4242 2 жыл бұрын
Exactly what I needed. Keep up making this valuable content. You are the only one explaining firebase v9 the way a beginner understands. Also all the questions I had were answered in this video. 💯💯
@rjmproductions885
@rjmproductions885 2 жыл бұрын
Great stuff!! Truly the king of firebase tutorial 🤴🏿🤴🏿
@ravenjs
@ravenjs Жыл бұрын
Glad you think so!
@shubhamsharma0099
@shubhamsharma0099 Жыл бұрын
thanks a lot man you kill it explanation was so understand-able
@klaidonas3589
@klaidonas3589 Жыл бұрын
Great tutorial ^^ Up to date as well!
@ladiffaerence2491
@ladiffaerence2491 Жыл бұрын
Truly appreciate that...life saver
@duythongpham986
@duythongpham986 2 жыл бұрын
Thank Logicism, very useful!
@policeislam2846
@policeislam2846 2 жыл бұрын
thank you so much please upload more firebase tutos
@blanche0018
@blanche0018 2 жыл бұрын
I just wanna say thank you very much!! Your videos really help me understand a lot. ^D^
@ravenjs
@ravenjs Жыл бұрын
Happy to hear that!
@sayednazir6797
@sayednazir6797 Жыл бұрын
You Sir, are a life saver. THANK YOU!
@techTalks-FullStack
@techTalks-FullStack 7 ай бұрын
Thanks a lot man, it was really helpful❤
@worldfromhome4033
@worldfromhome4033 Жыл бұрын
Couldn't thank you enough!!
@anarmammadhasanov7987
@anarmammadhasanov7987 6 ай бұрын
amazing, thanks a lot for lessons
@rafaelsoteldosilva
@rafaelsoteldosilva 2 жыл бұрын
I found it extremely useful. I appreciate you did it. Thank you
@user-mu4my8fq2e
@user-mu4my8fq2e Жыл бұрын
RESPECT!
@maskman4821
@maskman4821 2 жыл бұрын
This is an really awesome and helpful tutorial, thank you so much 🙏
@diegonacif9359
@diegonacif9359 Жыл бұрын
It helped me a lot. Thank you!
@deepaks.g8879
@deepaks.g8879 2 жыл бұрын
😘😘
@abdulazizedrisakmad3777
@abdulazizedrisakmad3777 Жыл бұрын
thanka youu soooooooooooooooooooooooooooooooooooo much
@abdelrzckahmed4323
@abdelrzckahmed4323 Жыл бұрын
thank u so much it is what a needed
@bambangpramudhitabudhiman9174
@bambangpramudhitabudhiman9174 Жыл бұрын
this is exactly what i needed, thankyou, and also is there a way for me to get all document id using useCollectionData? thankyou , great video
@ravenjs
@ravenjs Жыл бұрын
Yes, there is a way. const options = { idField: nameOfIdField (you'd probably just put 'id' here) }; const [values, loading, error] = useCollectionData(query, options); github.com/CSFrequency/react-firebase-hooks/tree/v4.0.2/firestore#usecollectiondata
@bambangpramudhitabudhiman9174
@bambangpramudhitabudhiman9174 Жыл бұрын
@@ravenjs thankyou very much, you are a lifeSaver!
@ravenjs
@ravenjs Жыл бұрын
@@bambangpramudhitabudhiman9174 you’re most welcome
@iamPressureMan
@iamPressureMan 2 жыл бұрын
Do you know how to listen for the last added document in a sub-collection ? Parent collection name is 'searchRequests' and sub-collection name is 'offers'. I would like to create a trigger function that will trigger on the last document created inside the sub-collection :"offers\"
@ravenjs
@ravenjs 2 жыл бұрын
You can use the useCollection hook from react-firebase-hooks to subscribe to the subcollection, and put the value returned from the hook into a useEffect() hook to trigger a function everytime the returned value changed (which it should change automatically if you are using useCollection)
@iamPressureMan
@iamPressureMan 2 жыл бұрын
@@ravenjs is there a way I can pm you ?
@ravenjs
@ravenjs 2 жыл бұрын
@@iamPressureMan you can email me, it's in my channel description
@iamPressureMan
@iamPressureMan 2 жыл бұрын
@@ravenjs Thanks, i've reached out. Also, keep up the good content! you are much appreciated bro!
@sainath3829
@sainath3829 Жыл бұрын
thankyou man 🤩
@Emilia-xw2to
@Emilia-xw2to Жыл бұрын
Hi, can you please advise How can we perform serach actions on firebase and react? Also maybe some fiftering?
@andreespinoza5902
@andreespinoza5902 Жыл бұрын
this doesnt work for me. I keep getting this error when trying to console.log(docs): Uncaught FirebaseError: Expected type 'pa', but it was: a custom cf object
@andreespinoza5902
@andreespinoza5902 Жыл бұрын
I fixed it but using the npm version of firebase instead of the cdn
@pvofbodom
@pvofbodom Жыл бұрын
I have an issue. My ChildrenList component doesnt return any value. I've console that and returned an empty array.
@shubhamsharma0099
@shubhamsharma0099 Жыл бұрын
did you find the solution?
@pvofbodom
@pvofbodom Жыл бұрын
@@shubhamsharma0099 yes
@AlexAnie-uz2nr
@AlexAnie-uz2nr 8 ай бұрын
@@pvofbodom how did you solve it ?
@mishakrasnonos6333
@mishakrasnonos6333 Жыл бұрын
how to remove subtask?
@trures1166
@trures1166 Жыл бұрын
How to use orderBy on this code thank you
@sainath3829
@sainath3829 Жыл бұрын
How to get the Doc ID
@diegonacif9359
@diegonacif9359 Жыл бұрын
Talk to me if you still need this information
@AlexAnie-uz2nr
@AlexAnie-uz2nr 8 ай бұрын
console.log(docs) returns undefine. whats the cause of it. I stoped at the current time stamp kzfaq.info/get/bejne/ndNdlcqYu7DGZZ8.html
@ivanmartin5696
@ivanmartin5696 Жыл бұрын
the value that react-firebase-hooks give doesnt give a value. what a let down
@aditigupta2500
@aditigupta2500 Жыл бұрын
I am getting below error on firebase. Any help would be appreciated. api.ts:146 Uncaught FirebaseError: Firebase: Need to provide options, when not being deployed to hosting via source. (app/no-options). at initializeApp (api.ts:146:1) at getApp (api.ts:206:1) at oh (index.esm2017.js:17698:1) at App (App.js:11:1) at renderWithHooks (react-dom.development.js:16305:1) at mountIndeterminateComponent (react-dom.development.js:20074:1) at beginWork (react-dom.development.js:21587:1) at HTMLUnknownElement.callCallback (react-dom.development.js:4164:1) at Object.invokeGuardedCallbackDev (react-dom.development.js:4213:1) at invokeGuardedCallback (react-dom.development.js:4277:1)
Blue Food VS Red Food Emoji Mukbang
00:33
MOOMOO STUDIO [무무 스튜디오]
Рет қаралды 23 МЛН
КАКУЮ ДВЕРЬ ВЫБРАТЬ? 😂 #Shorts
00:45
НУБАСТЕР
Рет қаралды 3,5 МЛН
wow so cute 🥰
00:20
dednahype
Рет қаралды 31 МЛН
Oh No! My Doll Fell In The Dirt🤧💩
00:17
ToolTastic
Рет қаралды 12 МЛН
The Story of Next.js
12:13
uidotdev
Рет қаралды 569 М.
Cloud Firestore Data Modeling (Google I/O'19)
40:37
Firebase
Рет қаралды 172 М.
I built a $5 chat app with Pocketbase & Svelte. Will it scale?
13:34
When RESTful architecture isn't enough...
21:02
Dreams of Code
Рет қаралды 273 М.
Firestore Data Modeling - Five Cool Techniques
11:44
Fireship
Рет қаралды 255 М.
"The Life & Death of htmx" by Alexander Petros at Big Sky Dev Con 2024
23:01
Montana Programmers
Рет қаралды 54 М.
React Authentication Crash Course (with Firebase v9)
22:28
RavenJS
Рет қаралды 44 М.
How to Improve Performance in React with Code Splitting
9:55
PedroTech
Рет қаралды 205 М.
Blue Food VS Red Food Emoji Mukbang
00:33
MOOMOO STUDIO [무무 스튜디오]
Рет қаралды 23 МЛН