Firebase Auth - Array of User Ids to get their auth objects

What is the easiest way to take an array of Firebase Auth user ids and get their objects back from firebase auth? Is there a way to do this with built in Firebase controls/queries in Retool? I have over 1k users so I cant just join the queries to get the objects back.

Can I use an array of strings to query the Firebase - Get User By ID ?

Thank you ahead of time.