I have an app where I use Firebase Auth, and also I use Firestore to store the users data. And I want to be able to get the user last Signed In date and time as shown in the image bellow.
Note that this info is for the admin only.
Thank you in advance!
I tried using the auth.currentUser!.metadata.lastSignInTime It worked but I want to display this info for all users listed, and for the view of the admin only.
