52 Verifying Tokens with Firebase Admin || Full Stack React Development

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ต.ค. 2024
  • #reactjs
    #javascript
    #html
    #firebaseadmin
    #firebasepython
    #firebasetoken
    #css #programming #coding #webdeveloper #webdevelopment #nodejs #python #developer #programmer #frontenddeveloper #angular #java #vuejs #php #webdesign #softwaredeveloper #code #coder #react #javascriptdeveloper #daysofcode #fullstackdeveloper #js #frontend #backenddeveloper #reactnative #angularjs #software #webdev #codinglife #android #codingbootcamp #jquery #programmingmemes #pythonprogramming #developers #web #mongodb #linux #computerscience #machinelearning #peoplewhocode #webdesigner #fullstack #softwareengineer #developerlife #programminglife #devlife #laravel #codingmemes #bootstrap #mysql #backend #programmers #javascripts #programmerlife #technology

ความคิดเห็น • 19

  • @SaurabhKumar-qc6og
    @SaurabhKumar-qc6og ปีที่แล้ว +1

    Thanks buddy. It saved my day. Lots of love ❤

  • @JhonIdrovo-the-human
    @JhonIdrovo-the-human ปีที่แล้ว +1

    Keep up with the good content my man

  • @nguyenhoangthien7580
    @nguyenhoangthien7580 ปีที่แล้ว +1

    tks sir very helpful.

  • @שקדגולן-ב7ר
    @שקדגולן-ב7ר 10 หลายเดือนก่อน

    Hi Great video! Just one question for you: how can i get the id token at the server? I use next js and I manage it all throw the server

  • @skverskk
    @skverskk ปีที่แล้ว

    Good stuff with easy to follow explanations.

  • @RensLive
    @RensLive ปีที่แล้ว +1

    Hey, I have a question. Is it really necessary to verify each request with Firebase?. That reduces the efficiency of the server. If we verify each request, then the server will take some time to verify the token. That makes the app slower

    • @codingwawala6785
      @codingwawala6785  ปีที่แล้ว

      To protect your backend with App Check, your apps should send an App Check token with every request. Apps built with Firebase SDKs and with App Check functionalities properly configured will automatically obtain and refresh App Check tokens for you. They will also automatically send those tokens along with every request to supported Firebase services such as Cloud Storage for Firebase, Cloud Functions for Firebase, and Firebase Realtime Database. These services will also automatically verify those tokens for you.

  • @programingwithsanthosh6937
    @programingwithsanthosh6937 10 หลายเดือนก่อน

    Hey Im using the same like you i've created an express middleware so every routes should verify their tokens in middleware once they are verified I can access their email address so based on that Im fetching users details but the issue is Im no able to verify the token whenever ,I host it in my Vercel hosting but in local development server it works . could you help me with this and i've added the authorized front end and backend endpoint to firebase console , I've set CORS for frontend so help me with this.

  • @coodementor6826
    @coodementor6826 ปีที่แล้ว +1

    I have one question, Can we restrict user login one account with multiple devices a time? I mean only allowed user login with one device a time? I hope you get my question

  • @gcheese25
    @gcheese25 ปีที่แล้ว +1

    super helpful

  • @elmehdaoui1287
    @elmehdaoui1287 11 หลายเดือนก่อน

    please I need some help with this error : "Failed to resolve module specifier "firebase-admin". Relative references must start with either "/", "./", or "../".
    "

  • @GamingVibes-iq8yj
    @GamingVibes-iq8yj หลายเดือนก่อน

    but how to store the private keys securely

  • @SumitSingh-wz3wt
    @SumitSingh-wz3wt 8 หลายเดือนก่อน +1

    How to refresh token in firebase