Connect Firebase to Your Flutter App Using CLI 🚀 (Step-by-Step) || 2024 CLI Guide

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ธ.ค. 2024

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

  • @aakashshrestha8157
    @aakashshrestha8157 2 หลายเดือนก่อน +2

    Kada ayo kada 🔥

  • @magpgaming5354
    @magpgaming5354 2 หลายเดือนก่อน +2

    Abo viral hunay sathi

  • @AliRaza-ny4em
    @AliRaza-ny4em หลายเดือนก่อน +1

    Sir you helped me a lot. Flutter is changing rapidly and getting a video that tells you how flutter works in today's time is like impossible. You were so good. Please make videos for us.

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

    Very good. Please make a very simple CRUD project

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

    slow down background music

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

    I installed firebase-tools but when tried with firebase login I got “firebase is not recognised as the name of a cmdlet” . What shall I do?

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

      1. First verify the installation directory.
      run the command "npm list -g firbase_tools". This command should give a path like "C:\Users\Yourusername\AppData\Roaming
      pm".
      2. Manually add the path to environment variables.
      Search Environment Variables on windows search. Then, click on Environment Variables. Under System variables, find the Path variable, select it, and click Edit. Add the path to the global node_modules/.bin directory (usually something like C:\Users\YourUsername\AppData\Roaming
      pm).
      Click OK to save, then restart your terminal.
      3. Try reinstalling: npm uninstall -g firebase-tools &&
      npm install -g firebase-tools.
      One of the following steps may work for you. Or do more research. or feel free to ask a question.