Part 9- PHP Firebase Crash Course: Fetch registered user data from Firebase Authentication using php

preview_player
Показать описание
In this video, I have taught how to fetch or retrieve registered user data from firebase authentication using php admin sdk.

Get the complete PHP Firebase Crash Course Source Code at:

PlayList: PHP Firebase Crash Course

Part 2- Insert data in Realtime Database & File Setup with Bootstrap v5

Part 7- How to Add/Register user in Firebase Authentication using php

Part 8- How to make sign in/login with firebase authentication using php

Part 9- Fetch registered user data from Firebase Authentication using php

Part 10- Edit & update registered user in firebase authentication in php

Part 11- Delete registered user account from Firebase Authenication php

Part 12- Enable/Disable user account in firebase Authentication using php

Рекомендации по теме
Комментарии
Автор

Thank you for making this video. This really helps me when I do my homework. Hopefully you are always healthy and can make videos that are useful again for everyone.💜

anisa
Автор

You can get total registered users count from below...
$getUsers = $auth->listUsers();
$usersCount = iterator_count($getUsers);

narmathamurthy