User Management using Laravel with Firebase

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

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

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

    nice project, saves my day!!

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

    sir may i ask.. can we count the users in firebase and show on our web app using laravel??

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

      Yes we can. Use the below code in your controller
      $users = $auth->listUsers();
      $userCount = iterator_count($users);

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

      @@sevenstac amazing i just start learning to use laravel and firebase and it's very helpful thank you so much sir your very kind✨

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

    Composer update failed

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

      Can you elaborate more about the issue

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

    grpc extension error

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

      how can be add this extension because this ext have not in xampp .ini file

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

      @@satyasharma519 You can follow the below link to install gRPC in your system, which would solve the mentioned error.
      cloud.google.com/php/grpc

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

      @@sevenstac i am follow this method and this is can not run

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

      and also how to add grpc extension on live server becuase i am using live server or local

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

      You can use the docs mention below, it shows how to use it on live server.
      You can also watch my older video where i have showed on how to do so. Watch m.ruclips.net/video/CMvGB12pdOw/видео.html from 01:15
      Docs for live server :
      cloud.google.com/run/docs/triggering/grpc#connect

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

    Thanks!