I deleted all references from eclipse (and all files in libs folder). I added references to the mentioned classes.jar(s) to my Eclipse-Project.
As usually i did copied the files to my eclipse project and added them in the configure build paths dialog. i renamed the classes.jar to something useful.
You also need to add C:\android-sdk-windows9\extras\b4a_remote\com\google\firebase\firebase-auth-interop\19.0.0\unpacked-firebase-auth-interop-19.0.0\jars
You also need to add C:\android-sdk-windows9\extras\b4a_remote\com\google\firebase\firebase-auth-interop\19.0.0\unpacked-firebase-auth-interop-19.0.0\jars
BTW, I use a very useful alternative file explorer named Directory Opus. It has many great features and it can also search in archives (and I've added jars to be treated as archives).
So I just searched for InternalAuthProvider , waited a minute or two and it found it.
There are other ways to find dependencies. The IDE actually does this work however it is not easily exposed. I should write a B4J tool that helps with finding all references...