Handling user roles is not that simple on Next.js using Firebase.

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

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

  • @DanteRohlin
    @DanteRohlin 9 месяцев назад +8

    You have no idea how much I had to browse to find this. THANK YOU!

  • @evenngmusic8868
    @evenngmusic8868 11 месяцев назад +8

    I d like more of firebase+ next.js videos!!

  • @hiper2d
    @hiper2d 6 месяцев назад +1

    This is a super helpful video. Next.js and Firebase don't have a good tutorial to understand how to integrate them together. All the information is in doc but it is very hard to find it when doing this all for the first time. The idea of creating client.ts and server.ts files to distinguish client-side and server-side configs is great.

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

    Thank you so much, Miguel Vieira, for the incredibly clear and thorough explanation in this video! Your expertise made a complex topic like handling user roles in Next.js using Firebase seem much more manageable. Your effort in breaking down the concepts and providing practical examples is truly appreciated. It's evident that you put a lot of thought into making the content accessible for viewers like me. Kudos to your excellent teaching style and the valuable insights you shared. Looking forward to more tutorials from you!

  • @noormuhammad888
    @noormuhammad888 9 месяцев назад

    It took me a while to grasp the concepts. Very well job Miguel.

  • @Jcmacielh
    @Jcmacielh Месяц назад +1

    Great content, thanks so much! QQ: if you are fetching data on the server, why using API Endpoints if you could just define some functions to be called from the server?

  • @rahulgupta7720
    @rahulgupta7720 2 месяца назад +1

    How can i deploy this sample app to vercel using the service account key?
    i am getting errors when i try to do so

  • @darksideeditions4251
    @darksideeditions4251 4 месяца назад

    Dude, wtf... very good! I from brazil and understood everything, even though my English is low level.

  • @AmitDiggaoo7
    @AmitDiggaoo7 10 месяцев назад +1

    Thanks. Saw other videos but they were doing things on the client side. One question related to nextjs. Is it okay copy the firebase/functions folder inside nextjs. Like can it be bundled to the frontend and increase security risks or bundle size?

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

    Thanks for sharing this. It's helped me tremendously.

  • @emanuelc1025
    @emanuelc1025 10 месяцев назад +1

    THANKS.. I waste a lot of time with next auth + credentials.. and was a madness..

  • @Spike_104
    @Spike_104 6 месяцев назад

    I can't thank you enough man 🙏🙏🙏

  • @derekcarday
    @derekcarday Месяц назад

    Amazing vid. genuinely

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

    Thanks.
    Can you do one with Prisma and mongoDB where the main admin can promote the users to moderator or admin

  • @josephsam2145
    @josephsam2145 5 месяцев назад

    I am stuck here 'NEXT_PUBLIC_APP_ENV' is not recognized as an internal or external command,
    operable program or batch file. when I change the scripts.dev in package.json to "dev": "NEXT_PUBLIC_APP_ENV='emulator' next dev",

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

    Hi, How can I implement this but still be able to use firestore realtime updates in my client components

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

    well explained and useful, thanks sir

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

    Hi Miguel, great tutorial. I just have a question (newish to next.js) when you wrap the children with the AuthProvider (which is client component) in the Root Layout doesn’t that make the whole app client component? From what I understand any children of client component become client component?

    • @DanielWorldRocks
      @DanielWorldRocks 9 месяцев назад +1

      I was looking for this comment😢
      I had the same thoughts.

    • @noormuhammad888
      @noormuhammad888 9 месяцев назад +2

      No it doesn’t . Only the component where you use it becomes a client component. The way provider works, it takes a children props in the root architecture and clients component on the other-hand are assigned not based on the architecture of your project rather on where it is being used.

    • @noormuhammad888
      @noormuhammad888 9 месяцев назад

      @@DanielWorldRocks No it doesn’t . Only the component where you use it becomes a client component. The way provider works, it takes a children props in the root architecture and clients component on the other-hand are assigned not based on the architecture of your project rather on where it is being used.

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

    awesome content. Thanks man ❤❤

  • @tariqahmed2526
    @tariqahmed2526 3 месяца назад

    Bro is this same for react ?

  • @onyeishi
    @onyeishi 7 месяцев назад

    Is it possible to use this approach to make calls to 'Callable' functions created in the Firebase functions code

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

    Hola Miguel! Gracias por tu contenido. Una pregunta, ¿Cómo puedo utilizar el simulador de Firebase si mis "Environmental Variables" no son reconocidas. Sigo obteniendo este error donde "NEXT_PUBLIC_APP_ENV='emulator'", (no es un comando externo o interno deconocido) ya intenté todo pero no funciona... agradecería enormemente tu ayuda

    • @mogo6798
      @mogo6798 8 месяцев назад +2

      try script this way
      "dev": "set NEXT_PUBLIC_APP_ENV=emulator&& next dev",

  • @benjaoliva3383
    @benjaoliva3383 9 месяцев назад

    Isn't using the Auth provider as 'use clien' makes all the children pages client side also ?

    • @babatundetaiwo5184
      @babatundetaiwo5184 9 месяцев назад +1

      No it doesn’t . Only the component where you use it becomes a client component. The way provider works, it takes a children props in the root architecture and clients component on the other-hand are assigned not based on the architecture of your project rather on where it is being used.

    • @benjaoliva3383
      @benjaoliva3383 9 месяцев назад

      @@babatundetaiwo5184 yeah, tried my self doing a React provider and is as you mentioned. Thanks!

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

    Thank you Miguel, this is very helpful! Is this the safest way to handle auth with Firebase?

    • @eltrolado5764
      @eltrolado5764 10 месяцев назад +1

      safest and easier next-auth but the documentation is crap and they changed many things bewteen v3 and v4 and v4 is poorly documented

  • @rajeshg9864
    @rajeshg9864 4 месяца назад

    Great video - Takes care of the emulator and the Cloud Firestor
    The website is not working
    How can I get the code?

  • @ManishShrestha-yz1ye
    @ManishShrestha-yz1ye 8 месяцев назад

    Can you please create a video on integrating Stripe to grant access to our pro features

    • @timegamedevelop
      @timegamedevelop  7 месяцев назад

      You can check an example on my netflix’s clone video

    • @gibber1sh-c6w
      @gibber1sh-c6w 7 месяцев назад

      @@timegamedevelop man, create a SaaS boilerplate with Next.js 14, Firestore/Firebase Auth, Stripe and some Email sending service and I'll buy it

  • @kushailsingh8400
    @kushailsingh8400 7 месяцев назад

    HOW CAN WE DO THIS FOR SERVER ACTIONS?

  • @srubio604
    @srubio604 9 месяцев назад

    what happens with the firebase rules? i need that.

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

    Role are based on email string here! But, could be bettter to have a dinamic way to set if is pro or admin.

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

      You can implement the same for pro as admin using custom auth claims.

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

    Thinks man

  • @ronydas5474
    @ronydas5474 3 месяца назад

    Build a full stack application useing nextjs and firebase

  • @evenngmusic8868
    @evenngmusic8868 11 месяцев назад +1

    Jesus Thank you