Firebase Realtime Chat | Build and deploy with Firebase, NextJS and Chat Engine (Best UI 🤩)

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

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

  • @joshchant5003
    @joshchant5003 Год назад +2

    pleassee make videos on how to deploy

  • @samardevnath531
    @samardevnath531 Год назад +2

    Error at 5:40 , Adding Firebase resources to Google Cloud Platform project

  • @vivekpanchal5189
    @vivekpanchal5189 Год назад +4

    firebase blaze plan is paid now so can you suggest any other way to do it

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

      hey brother have u solved this problem

  • @mhmoodbarakat5728
    @mhmoodbarakat5728 Год назад +3

    we need it with next auth

    • @mariummagdy4359
      @mariummagdy4359 10 месяцев назад

      Hi Mahmoud, did u find a source that was built with nextauth?

  • @Programmingwithrohith
    @Programmingwithrohith Год назад +2

    Hey dude, that's wonderful I just wanted to ask where did you get the frontend react ui available, it's amazing, where can I get the frontend react ui code

    • @mr.protienewing8343
      @mr.protienewing8343 6 месяцев назад

      when you intricate an api you cant get a separate code ie hard to custimize

  • @kittenpixl
    @kittenpixl Год назад +1

    from your ReactJS Chat App 🌕 🌓 🌘 Modern Midnight Theme [2022] can you make a video on a updated version with chat settings?

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

      and also make it so the owner of the chat is the only person who can delete it and change its name and remove people and add user settings a home page and a admin pannel.

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

      and final thing group chat icon

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

      if possible group chat icon of course

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

    The react js one is blank everytime i run npm build

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

    Hey question about the plans what does n * 1000 mean on users?

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

    when i search for a member it says there are No Options

  • @ThanHtutZaw3
    @ThanHtutZaw3 Год назад +1

    Is there any trick for firebase (pay as you go ) plan , not actually paying but using cloud function ? Or can we limit the user for the Demo app ?

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

      Currently I solve the problems by using simple client crud , without using server cloud function.

    • @SatyamYadav04
      @SatyamYadav04 Год назад +1

      @@ThanHtutZaw3 can u explain in more detail your problem , and solution

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

      It is simple . there is cloud function which is need paid plan . What it can do is run a function when document changes . But I don't want to apply paid plan . So I just use normal add, update document . The problem is it need to wait until process is finished and when user offline these process are canceled . In cloud function it doesn't need to online and no need to wait.
      This is a hack . Not a real solution for the production . I just want to use Firebase as free as possiable.
      @@SatyamYadav04

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

    how do u get the functions folder directory?

  • @ZettoChannel
    @ZettoChannel Год назад +1

    Hello, in the websites it says "Free for 10 days," could you explain what that exactly means?

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

      I think it means light is free for 10 days

  • @HowToSkyFall
    @HowToSkyFall Год назад +2

    how can i deploy this project in a server.?

    • @ambuyat69
      @ambuyat69 10 месяцев назад

      Hey! Did you figure out how to deploy this?

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

    I deployed it in Firebase, but the link takes me to the Welcome firebase console! Any suggestions?

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

    THIS IS NOT WORKING ANYMORE... Payment goes through but keeps saying restore.... email Adam and he is not responding.

  • @AbbeyBukenya24
    @AbbeyBukenya24 8 месяцев назад

    cant find useful info on how to clearly setup firebase in VS code

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

    i am not able to use fire base in the terrminal

    • @ollie-f7y
      @ollie-f7y Год назад

      Me too! Any answers or way now you know?

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

    please help me with the zip file

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

    on mobile its breaks don't hide that kind of information

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

    I have this error when I deploy :
    1:7 error 'functions' is assigned a value but never used no-unused-vars
    ✖ 1 problem (1 error, 0 warnings)
    Error: functions predeploy error: Command terminated with non-zero exit code 1

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

    PLEASE MAKE ONE USING NEBDB!!!!! No chat engine plsss 🙃

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

    I'm gettting the following error by the end of it, when i execute
    npm run dev
    npm ERR! Missing script: "dev"
    npm ERR!
    npm ERR! To see a list of scripts, run:
    npm ERR! npm run
    please help, i followed through till the end.