Build and Deploy Private Chat App with React Firebase version 9

Поделиться
HTML-код
  • Опубликовано: 6 янв 2025

Комментарии •

  • @Spidevman
    @Spidevman 2 года назад +1

    I am at "01:02:23" section using Typescript with chakra.
    I am hoping to complete it by tonight. Wish me luck.
    Annnnnd thanks a million for sharing your code and thought process. Really helps a lot.

  • @elavarasana3694
    @elavarasana3694 3 года назад +7

    This video is highly under-rated. One of the best tutorial on Firebase v9. Please keep doing!

  • @ericricky808
    @ericricky808 3 года назад +7

    I love the way you explain every concept in a clear and precise way. Teaching truly is a talent. Thank you.

  • @arokoyuolaniyi3103
    @arokoyuolaniyi3103 11 месяцев назад

    This video really helped me understand the basics of firebase properly .Can't Thank you enough!!!

  • @ajayraho
    @ajayraho 3 года назад +14

    This is a hidden gem. Great video ! Done everything with simplicity and ease.

  • @Rene-mg9eg
    @Rene-mg9eg 3 года назад +2

    Your a fucking live saver .
    Im a beginner and I searched up to 2 Days to integrate the User.uid into the documents from firestore . I didnt find anything helpful because every article was about version 8 .
    And finally I found you damn guy I could hug you right know. ♥️
    Keep up this great content.🔥🔥

  • @abdulqayyumbukhari6548
    @abdulqayyumbukhari6548 2 года назад +6

    On 1:00:00 There have some errors due to the react-router dom update. If anyone stuck this error " [PrivateRoute] is not a component. All component children of must be a or " then try this is PrivateRoute.js import React, { useContext } from 'react';
    import { AuthContext } from "../Context/auth";
    import { Navigate, Outlet } from "react-router-dom";
    export const PrivateRoute = () => {
    const { user } = useContext(AuthContext);
    return user ? :
    }
    and in App.js

  • @rfryanfavour4369
    @rfryanfavour4369 2 года назад

    You are a Developer God bro 😅🙏 thanks a lot 🙏

  • @akmalraj121
    @akmalraj121 2 года назад +1

    Please create more videos you are really a very good at explaining in a simple and a soft way......

  • @sinatajik8887
    @sinatajik8887 2 года назад

    very usefull video i wondering why its not viral i been searching a long time for this. thank you ❤❤

  • @DaveFredkove
    @DaveFredkove 3 года назад +2

    🔥 So much awesome! 🔥 Thank you so much for your generosity in sharing the code and the very well explain video. Super work 👍

  • @murali-krishnan
    @murali-krishnan 2 года назад

    Finally done with this build thx man keep creating content like this 🙏

  • @NareshNaresh-rf7jb
    @NareshNaresh-rf7jb 2 года назад

    Salute Farhan. High impact, and full explanation at each level make this tutorial top of its class. Love the way you explain, plus soft spoken.... Again, thanks a lot

    • @shubhamsharma0099
      @shubhamsharma0099 2 года назад

      Can you help me with ...
      i created everything after watching this video and i add a feature like double tap that reacted to messages with emoji but when i tap with first message in chat window is works good but it also reacted (show ) with the same emoji on the first message of the second , third , fourth and so on users chat ... how to solve this please help me really appericiate.

  •  3 года назад

    Amazing explanations, Farhan. I didn't even finish the whole video but you have already got a new subscriber.
    Keep the good work!! 🔥🔥

  • @Pasha_Man
    @Pasha_Man 3 года назад

    Love your work. i have finding a good tutorial for a week and this landed on my home page. really glad to have watched this

  • @Agreus-v7n
    @Agreus-v7n 2 года назад

    Thank you so much I have been searching for something for so many hours and you provided a beautiful tutorial.

  • @TurdaliyevIsmoil
    @TurdaliyevIsmoil 2 года назад

    It very perfect for beginners, We will wait next projects bro! KEEP GOING ON!

  • @andrewyusuf13
    @andrewyusuf13 2 года назад

    amazing video! thank you so much sir, it's shame this doesnt have more views!

  • @razac_zr
    @razac_zr 3 года назад +1

    thank you
    Keep up this great content.🔥🔥

  • @reactteamwdp7648
    @reactteamwdp7648 2 года назад

    thank you so much sir for the lovely work and explanation ❣❣❣

  • @shubhamsharma0099
    @shubhamsharma0099 2 года назад

    this one is one of the best video i have seen.

  • @jeekterrenal7136
    @jeekterrenal7136 2 года назад

    Thank you for this wonderful tutorial!

  • @bizreaction
    @bizreaction 2 года назад

    Really amazing tutorial.. Made simple and sweet! Thank you.

  • @mydhiliy1655
    @mydhiliy1655 Год назад

    Worth video💫

  • @ryanridwan4519
    @ryanridwan4519 2 года назад

    Great video, man! very helpful!

  • @Purodegeneracion
    @Purodegeneracion 2 года назад

    Please create more. This is really great game!

  • @tube-rp1nb
    @tube-rp1nb 3 года назад +1

    thank you man.you are awesome

  • @elixpo
    @elixpo 2 года назад

    Love you broo this is awesomee!!

  • @burakdemir6601
    @burakdemir6601 3 года назад

    You should do more clones brother! Thanks for this great video.

  • @JackHartwig
    @JackHartwig 2 года назад

    Great video. This one helped a lot.

  • @youtubepremiumkevin2201
    @youtubepremiumkevin2201 3 года назад

    This is very awesome project 🔥

  • @the-arcade-01
    @the-arcade-01 3 года назад +1

    Great video bro!!

    • @shubhamsharma0099
      @shubhamsharma0099 2 года назад

      Can you help me with ...
      i created everything after watching this video and i add a feature like double tap that reacted to messages with emoji but when i tap with first message in chat window is works good but it also reacted (show ) with the same emoji on the first message of the second , third , fourth and so on users chat ... how to solve this please help me really appericiate.

  • @djomberasacko8685
    @djomberasacko8685 2 года назад +1

    Farhan Farooq thanks man I am following along however the "Redirect" in 1:00:00 is not working is it deprecated? If yes can please tell what's new now my version is 17.0.02 I can't find the replacement I'm quite stuck on this part thanks one More time and sorry for bothering you.

    • @farhanfarooq
      @farhanfarooq  2 года назад

      perhaps you are using react router v6, the project is built with v5

    • @abdulqayyumbukhari6548
      @abdulqayyumbukhari6548 2 года назад

      On 1:00:00 There have some errors due to the react-router dom update. If anyone stuck this error " [PrivateRoute] is not a component. All component children of must be a or " then try this is PrivateRoute.js import React, { useContext } from 'react';
      import { AuthContext } from "../Context/auth";
      import { Navigate, Outlet } from "react-router-dom";
      export const PrivateRoute = () => {
      const { user } = useContext(AuthContext);
      return user ? :
      }
      and in App.js

  • @codingjitsu
    @codingjitsu 3 года назад

    Great video! Thanks for sharing.

  • @haseeburrehman3412
    @haseeburrehman3412 2 года назад

    Perfecr perfect tutorial sir .. thankyou

  • @tobjianouar7070
    @tobjianouar7070 3 года назад

    Thank you ,very nice content.

  • @PawanKulal-ym6se
    @PawanKulal-ym6se Год назад

    Someone please tell me how did the image file open when clicked to profile image 😅

  • @anonymoussaif7361
    @anonymoussaif7361 2 года назад

    Thanks u soo much Bhai very nice explanation

  • @abdulqayyumbukhari6548
    @abdulqayyumbukhari6548 2 года назад +1

    switch is replaced by Routes and useHistory is replaced by useNavigate

  • @UCI3VzXLNW9qW7IexEn
    @UCI3VzXLNW9qW7IexEn 2 года назад

    Hey, how to have private chat for every user, and then they can communicat, but if I register another user he will not see that chat, but he can comunicate with each users that is in the base. React js and firestore.

  • @pantelis2002
    @pantelis2002 2 года назад

    Thank very much,is masterpiece

  • @alaminhowlader36
    @alaminhowlader36 2 года назад

    great video. thanks a lot.

  • @ravitejaboddu9370
    @ravitejaboddu9370 2 года назад

    Hi, Can anyone help me with understanding what it will compare when checking user1>user2 while creating a unique id for messages?

  • @saadsaiyed5825
    @saadsaiyed5825 2 года назад +1

    Bro the tutorial is amazing but one thing you are explaining that the configuration of the firebase rules for storage and firestore. People who doesn't know about firestore at all struggle a lot to execute the functionalities.

  • @daurenbeksuleymen6657
    @daurenbeksuleymen6657 2 года назад

    Hello, please help me, when registering, the useHistory hook changes the url, but the registration page still does not change

  • @boganavya4233
    @boganavya4233 2 года назад

    at 19:05 ,when I connect routers and make a link through two or more Js files its showing a blank page as output in React-app screen what should be done to resolve this .

    • @steveh2019
      @steveh2019 2 года назад

      syntax changed. use Route instead of Switch now

    • @tritran6780
      @tritran6780 2 года назад

      @@steveh2019 i'm use Routes but it still display a blank page

  • @willyhorizont8672
    @willyhorizont8672 3 года назад

    sir your are the best thank you

  • @abdulhaqolasehinde1338
    @abdulhaqolasehinde1338 2 года назад +1

    Thanks for this. I'm getting this error in the profile page
    Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function.

  • @shubhamsharma0099
    @shubhamsharma0099 2 года назад

    Can anyone help me with ...
    i created everything after watching this video and i add a feature like double tap that reacted to messages with emoji but when i tap with first message in chat window is works good but it also reacted (show ) with the same emoji on the first message of the second , third , fourth and so on users chat ... how to solve this please help me really appericiate.

  • @cryptodev2615
    @cryptodev2615 3 года назад

    Ghost code.. you did 80% of the work already.

  • @nilanjanchanda597
    @nilanjanchanda597 2 года назад

    redirecing to home paget is not working at 41:58

  • @АлексейНиколаевич-в5р

    thx man it was greate exp

  • @yizhakaltif684
    @yizhakaltif684 2 года назад

    why does it give me that in const user 1 at line 28 home. js that uid is null.... been stuck at this for a lot of time please help

  • @willyhorizont8672
    @willyhorizont8672 3 года назад

    sir I got error reading const q = query(usersRef, where('uid', 'not-in', [auth.currentUser.uid])); in 01:41:18, this [auth.currentUser.uid] is undefined, but when I console.log the auth its has object starting with AuthImpl, how can you destruct that??

    • @farhanfarooq
      @farhanfarooq  3 года назад +1

      make sure you are writing query in useEffect also please compare your code with the source code, if you are following along then everything should be working as expected

    • @willyhorizont8672
      @willyhorizont8672 3 года назад

      @@farhanfarooq Okay sir thanks for the advice

    • @shubhamsharma0099
      @shubhamsharma0099 2 года назад

      Can you help me with ...
      i created everything after watching this video and i add a feature like double tap that reacted to messages with emoji but when i tap with first message in chat window is works good but it also reacted (show ) with the same emoji on the first message of the second , third , fourth and so on users chat ... how to solve this please help me really appericiate.

  • @anshubajpai8631
    @anshubajpai8631 2 года назад

    Hey instead of email / password how can we use Google sign in ?

  • @gurkiratsingh1116
    @gurkiratsingh1116 2 года назад

    When i receive a message chat automatically get open can anyone tell me solution

  • @boneclinkz5663
    @boneclinkz5663 2 года назад

    anyone having react hook useffect missing dependency?

  • @AbAb-wk7tv
    @AbAb-wk7tv 3 года назад

    can someone explain how 2:05:53 works?

  • @ajaypatel9295
    @ajaypatel9295 2 года назад

    plz help setDoc isnot working to set data i am using firebase 9

    • @jmx6718
      @jmx6718 2 года назад

      change it to addDoc(collection(...))

  • @awesomewow668
    @awesomewow668 2 года назад

    Best tutorial on 1.5x speed

  • @hienchu2779
    @hienchu2779 2 года назад

    Thank you

  • @H4minko
    @H4minko 2 года назад

    Hi thank you for the vid, I would like to ask you how to change PrivateRoute component with react-router-dom v6 as Redirect is not in use anymore in v6. Thank you

    • @H4minko
      @H4minko 2 года назад

      well I made something like this in App.jsx and it looks like it is working {user ? : }

  • @favazck4434
    @favazck4434 2 года назад

    Subscribed

  • @milgraph115
    @milgraph115 2 года назад

    I have problem, every time the app load I got 1000 read on firebase and then when I reach 50k read firebase stop working and I have to pay what should I do

    • @farhanfarooq
      @farhanfarooq  2 года назад

      Check firebase queries in useEffect of all files, looks like you have added a dependency which isn't supposed to be added
      For eg: if you're setting state in useEffect and added the same state as dependency then it will re-render again and again

  • @AbhayKumar-jb3fl
    @AbhayKumar-jb3fl 2 года назад

    bro auth.currentUser is showing null while adding the logout and profile button after login/sign-up. please help.

    • @farhanfarooq
      @farhanfarooq  2 года назад

      did you implement onAuthStateChanged in context? Take a look at source code (link is in the description)

    • @AbhayKumar-jb3fl
      @AbhayKumar-jb3fl 2 года назад

      @@farhanfarooq got it,😊😊

    • @yizhakaltif684
      @yizhakaltif684 2 года назад

      @@AbhayKumar-jb3fl hey man please give me what you fixed i've been stuck for a whole day now

  • @kevingonzalez-yk6ye
    @kevingonzalez-yk6ye 2 года назад

    when you send messages to the test chat is it shown in all the chats or only in the selected one?

    • @shubhamsharma0099
      @shubhamsharma0099 2 года назад

      Can you help me with ...
      i created everything after watching this video and i add a feature like double tap that reacted to messages with emoji but when i tap with first message in chat window is works good but it also reacted (show ) with the same emoji on the first message of the second , third , fourth and so on users chat ... how to solve this please help me really appericiate.

  • @jadelovecooking
    @jadelovecooking 2 года назад

    Great video but how can you choose multiple lines at the same time ? What short cut , thank you

    • @farhanfarooq
      @farhanfarooq  2 года назад

      Ctrl + d

    • @sanyamjain4777
      @sanyamjain4777 2 года назад

      @@farhanfarooq what will be the build command if im using vite im getting err while deploying

  • @SACKO0731
    @SACKO0731 2 года назад

    just wow dude big up, how do you select multi line and edit them like in 13:20 ? blessings you're the man

  • @OPGAMER.
    @OPGAMER. 2 года назад +1

    Would be really nice, if you could host the project using firebase

  • @thomasvh5108
    @thomasvh5108 3 года назад

    May I use this to integrate in a school project? Awesome video btw!

    • @farhanfarooq
      @farhanfarooq  3 года назад

      Yes of course!

    • @shubhamsharma0099
      @shubhamsharma0099 2 года назад

      @@farhanfarooq Can you help me with ...
      i created everything after watching this video and i add a feature like double tap that reacted to single messages with emoji but when i tap with first message in chat window is works good but it also reacted (show ) with the same emoji on the first message of the second , third , fourth and so on users chat ... how to solve this please help me really appreciate.

  • @diannesudario4013
    @diannesudario4013 3 года назад

    Why I am having an error in sending images? I sent image but when I send only a text, the image keep on sending along with the text for nth time?

    • @farhanfarooq
      @farhanfarooq  3 года назад +1

      Home.js file: in handleSubmit function add the following in last line:
      setImg("")

    • @diannesudario4013
      @diannesudario4013 3 года назад

      @@farhanfarooq ok, I'll try that but does the file upload possible also?

    • @shubhamsharma0099
      @shubhamsharma0099 2 года назад

      Can you help me with ...
      i created everything after watching this video and i add a feature like double tap that reacted to messages with emoji but when i tap with first message in chat window is works good but it also reacted (show ) with the same emoji on the first message of the second , third , fourth and so on users chat ... how to solve this please help me really appericiate.

  • @willyhorizont8672
    @willyhorizont8672 3 года назад

    sir I need to check if lastMessages collection exist, can you please tell me what is the syntax?

    • @farhanfarooq
      @farhanfarooq  3 года назад

      you can find it in selectUser function in Home.js file, its already there

    • @willyhorizont8672
      @willyhorizont8672 3 года назад

      @@farhanfarooq oke thanks I found it

    • @shubhamsharma0099
      @shubhamsharma0099 2 года назад

      Can you help me with ...
      i created everything after watching this video and i add a feature like double tap that reacted to messages with emoji but when i tap with first message in chat window is works good but it also reacted (show ) with the same emoji on the first message of the second , third , fourth and so on users chat ... how to solve this please help me really appericiate.

  • @jordanbinnie2364
    @jordanbinnie2364 2 года назад

    Hey man, this is great! Would it be possible to message a user that is offline?

  • @stevke94
    @stevke94 2 года назад

    After implementing the user section, I´m getting following error: export 'db' (imported as 'db') was not found in '../Firebase'. Can Someone help :)

    • @farhanfarooq
      @farhanfarooq  2 года назад +1

      check the firebase config file and make sure you are exporting db from there

    • @stevke94
      @stevke94 2 года назад

      @@farhanfarooq Thank you found my error. :) But my programm is not creating any collection in the database, what could it be?

    • @stevke94
      @stevke94 2 года назад

      correction, again found the error :))

  • @keerthigc5178
    @keerthigc5178 3 года назад

    I follow the steps readme and changes firebase documents but still firebase:error(Auth/invalid-api-key).
    How to fix this issue

    • @farhanfarooq
      @farhanfarooq  3 года назад

      clearly you are not using your own firebase api key, grab your own key from your firebase project

    • @keerthigc5178
      @keerthigc5178 3 года назад

      @@farhanfarooq l used correctly as shown u in this video but some errors in hooks users.js , home.js and profile.js how to fix this bug

    • @farhanfarooq
      @farhanfarooq  3 года назад

      if you have so many errors in different files then you should compare your code with the source code of this tutorial, you will find something

    • @keerthigc5178
      @keerthigc5178 3 года назад

      @@farhanfarooq I got error in source code only

    • @keerthigc5178
      @keerthigc5178 3 года назад

      How to contact u are u in Instagram or teligrame

  • @fronikuniu6214
    @fronikuniu6214 3 года назад

    Hello im getting error: TypeError: Cannot read properties of null (reading 'uid') when i use 'auth.currentUser.uid' how can i solve this except if(auth.currentUser {...})? Thanks for response

    • @farhanfarooq
      @farhanfarooq  3 года назад

      if you are following along then you shouldn't get this error link to source code is in the description if you want to compare your code, anyway try auth.currentUser?.uid

    • @fronikuniu6214
      @fronikuniu6214 3 года назад

      ​@@farhanfarooq I think i have all the same like you and but im getting error [TypeError: Cannot read properties of null (reading 'uid')] when i refresh page and when i try auth.currentUser?.uid getting error [FirebaseError: Function where() called with invalid data. Unsupported field value: undefined] because uid is undefined

    • @farhanfarooq
      @farhanfarooq  3 года назад +1

      looks like your query is wrong that's why you are getting invalid data, please compare your code you will find something.

    • @sw1tchcs224
      @sw1tchcs224 2 года назад

      Hey man did you find a solution to this problem, I have the same…

    • @samadsiddiqui5925
      @samadsiddiqui5925 Год назад

      Yupp the same problem I'm also facing from last two days. I've compared the source with mine and then tried different ways too but it didn't work. If anyone already resolved this error then please share how you did that..

  • @packo2004
    @packo2004 3 года назад

    How to accept all kind of files not only images? Thanks! I need help.

    • @shubhamsharma0099
      @shubhamsharma0099 2 года назад

      Can you help me with ...
      i created everything after watching this video and i add a feature like double tap that reacted to messages with emoji but when i tap with first message in chat window is works good but it also reacted (show ) with the same emoji on the first message of the second , third , fourth and so on users chat ... how to solve this please help me really appericiate.

  • @dharmeshgohil9375
    @dharmeshgohil9375 3 года назад

    awesome

  • @ravenapp3347
    @ravenapp3347 3 года назад

    Bro for the part users section, my code is correct but I can't get any user. I have 3 users and the querySnapshot size is 0. Where is the problem ?

    • @farhanfarooq
      @farhanfarooq  3 года назад

      did you compare your code with the source code? Link is in the description

    • @ravenapp3347
      @ravenapp3347 3 года назад

      @@farhanfarooq yes bro, I rewrote it many times. The size of the array is 0 despite I have three users

    • @farhanfarooq
      @farhanfarooq  3 года назад

      clone the repo and run it, if its working as expected then you must be missing something, give it a try

    • @ravenapp3347
      @ravenapp3347 3 года назад

      @@farhanfarooq Bro I paste your code but the array size still 0. I don't know if there something to in firebase

    • @ravenapp3347
      @ravenapp3347 3 года назад

      Here is my code

  • @reactjs1189
    @reactjs1189 3 года назад

    Nice

  • @willyhorizont8672
    @willyhorizont8672 3 года назад

    dude your awesome! thanks a lot,
    btw is these firebase cloud messaging free?
    I want to add chat functionality in my ecommerce MERN stack app.
    and can I install firebase package on server side? I mean I use it alongside express, not in react client side

    • @farhanfarooq
      @farhanfarooq  3 года назад

      yes cloud messaging is free and you can use firebase on server side via firebase functions

    • @shubhamsharma0099
      @shubhamsharma0099 2 года назад

      Can you help me with ...
      i created everything after watching this video and i add a feature like double tap that reacted to messages with emoji but when i tap with first message in chat window is works good but it also reacted (show ) with the same emoji on the first message of the second , third , fourth and so on users chat ... how to solve this please help me really appericiate.

  • @RavinderSingh-qb4xi
    @RavinderSingh-qb4xi 2 года назад

    is this project using react router version 6 or 5??

    • @viewsfromthenorth2308
      @viewsfromthenorth2308 2 года назад

      I think 5. Because "Switch" has changed to "Routes"

    • @shubhamsharma0099
      @shubhamsharma0099 2 года назад

      Can you help me with ...
      i created everything after watching this video and i add a feature like double tap that reacted to messages with emoji but when i tap with first message in chat window is works good but it also reacted (show ) with the same emoji on the first message of the second , third , fourth and so on users chat ... how to solve this please help me really appericiate.

  • @willyhorizont8672
    @willyhorizont8672 3 года назад +1

    sir can you make video about phone number and email verification using firebase 9 please ?

    • @farhanfarooq
      @farhanfarooq  3 года назад +1

      maybe in future

    • @willyhorizont8672
      @willyhorizont8672 3 года назад

      @@farhanfarooq thank you, I can't wait for that :)

    • @Purodegeneracion
      @Purodegeneracion 2 года назад

      @@farhanfarooq Did you ever make this video? Your videos are super helpful.

  • @anonymoussaif7361
    @anonymoussaif7361 2 года назад

    Bhai maine half project kardiya hai but uske baad nahi hora
    Sub kuch kam karra jaisa he map function use karta ich blank hojara screen
    Plzz help
    And mai Object.key(users).map use kiya so only one quarry show hora
    Plzz batao ye problem kis kisko hue hai

    • @farhanfarooq
      @farhanfarooq  2 года назад

      description main code ka link hai apne code ko compare karain us se

    • @anonymoussaif7361
      @anonymoussaif7361 2 года назад

      @@farhanfarooq bhai aap code se kam kam karra hai bakhi new version me map function kam nahi karra
      Aisa qq
      Bakhi dono code same to same hai bhai
      Aap itna acha se explain keliye
      Ye update ke waja se hora hai
      Version alag rahne ke waja se aisa error aare aapka code ek dum correct hai bhai
      Concept clear karne ke liya thanks

  • @gabudi608
    @gabudi608 3 года назад

    How do I build this into an apk?

    • @farhanfarooq
      @farhanfarooq  3 года назад

      react native, but I am not sure if firebase 9 is supported in react native yet or not

    • @shubhamsharma0099
      @shubhamsharma0099 2 года назад

      Can you help me with ...
      i created everything after watching this video and i add a feature like double tap that reacted to messages with emoji but when i tap with first message in chat window is works good but it also reacted (show ) with the same emoji on the first message of the second , third , fourth and so on users chat ... how to solve this please help me really appericiate.

  • @e.h.guruprasadreddy9749
    @e.h.guruprasadreddy9749 2 года назад

    Brother can we did this in responsive

    • @farhanfarooq
      @farhanfarooq  2 года назад

      its already responsive maybe a little bit but responsive however the focus was on the functionalities not responsiveness.

    • @shubhamsharma0099
      @shubhamsharma0099 2 года назад

      Can you help me with ...
      i created everything after watching this video and i add a feature like double tap that reacted to messages with emoji but when i tap with first message in chat window is works good but it also reacted (show ) with the same emoji on the first message of the second , third , fourth and so on users chat ... how to solve this please help me really appericiate.

    • @shubhamsharma0099
      @shubhamsharma0099 2 года назад

      Can you help me with ...
      i created everything after watching this video and i add a feature like double tap that reacted to messages with emoji but when i tap with first message in chat window is works good but it also reacted (show ) with the same emoji on the first message of the second , third , fourth and so on users chat ... how to solve this please help me really appericiate.

  • @anonymoussaif7361
    @anonymoussaif7361 2 года назад

    Brother plzz make video on
    How to create admin page and user's page
    Using react js and Firebase plzz bhai

  • @kristinatuzova1677
    @kristinatuzova1677 2 года назад

    😊😉

  • @murali-krishnan
    @murali-krishnan 2 года назад

    currently at 02:38:13

  • @isi1044
    @isi1044 3 года назад

    PLEASE BUILD WITH ANGULAR PLEASSSSE!!

    • @farhanfarooq
      @farhanfarooq  3 года назад +1

      would love to, but for that I will have to learn angular first :P

    • @maskman4821
      @maskman4821 3 года назад

      @@farhanfarooq 😂😂😂

  • @samipkc179
    @samipkc179 2 года назад

    2:24:38

    • @shubhamsharma0099
      @shubhamsharma0099 2 года назад

      Can you help me with ...
      i created everything after watching this video and i add a feature like double tap that reacted to messages with emoji but when i tap with first message in chat window is works good but it also reacted (show ) with the same emoji on the first message of the second , third , fourth and so on users chat ... how to solve this please help me really appericiate.

  • @muhammadawais4008
    @muhammadawais4008 3 года назад

    sir i want your paid help

    • @shubhamsharma0099
      @shubhamsharma0099 2 года назад

      Can you help me with ...
      i created everything after watching this video and i add a feature like double tap that reacted to messages with emoji but when i tap with first message in chat window is works good but it also reacted (show ) with the same emoji on the first message of the second , third , fourth and so on users chat ... how to solve this please help me really appericiate.

  • @muhammadawais4008
    @muhammadawais4008 3 года назад

    leave your email

  • @saffsaffbrown3823
    @saffsaffbrown3823 3 года назад

    I tried to contact you - to help us with our firebase react N chat app for our Quran programme..

  • @salmanfarshi7717
    @salmanfarshi7717 2 года назад

    Can i contact whti you..??

    • @shubhamsharma0099
      @shubhamsharma0099 2 года назад

      Can you help me with ...
      i created everything after watching this video and i add a feature like double tap that reacted to messages with emoji but when i tap with first message in chat window is works good but it also reacted (show ) with the same emoji on the first message of the second , third , fourth and so on users chat ... how to solve this please help me really appericiate.

  • @muhammadawais4008
    @muhammadawais4008 3 года назад

    sir i want your paid help

  • @muhammadawais4008
    @muhammadawais4008 3 года назад

    sir I want your paid help