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
nice project, saves my day!!
sir may i ask.. can we count the users in firebase and show on our web app using laravel??
Yes we can. Use the below code in your controller
$users = $auth->listUsers();
$userCount = iterator_count($users);
@@sevenstac amazing i just start learning to use laravel and firebase and it's very helpful thank you so much sir your very kind✨
Composer update failed
Can you elaborate more about the issue
grpc extension error
how can be add this extension because this ext have not in xampp .ini file
@@satyasharma519 You can follow the below link to install gRPC in your system, which would solve the mentioned error.
cloud.google.com/php/grpc
@@sevenstac i am follow this method and this is can not run
and also how to add grpc extension on live server becuase i am using live server or local
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
Thanks!