Hello everyone, using the firebase libraries, is it possible to capture the list of all users logged in through the SignInWithGoogle function?
Using Firebase Admin Library you can get a list of all known Users too.
But the Adminlibrary depends on a lot of JARs and only works in B4J as of yet.
this is what i suggestedI think it would be best to save the logins to a database and retrieve them from the database.
You are free to upload the usertoken to your webspace (Adminpanel) to log all users logged in.