A andre.astafieff Member Licensed User Longtime User Nov 12, 2018 #1 Hello everyone, using the firebase libraries, is it possible to capture the list of all users logged in through the SignInWithGoogle function?
Hello everyone, using the firebase libraries, is it possible to capture the list of all users logged in through the SignInWithGoogle function?
DonManfred Expert Licensed User Longtime User Nov 12, 2018 #2 You are free to upload the usertoken to your webspace (Adminpanel) to log all users logged in. There is no automatic way. Upvote 0
You are free to upload the usertoken to your webspace (Adminpanel) to log all users logged in. There is no automatic way.
Erel B4X founder Staff member Licensed User Longtime User Nov 12, 2018 #3 You can see the list of users in Firebase console. Upvote 0
DonManfred Expert Licensed User Longtime User Nov 12, 2018 #4 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. Upvote 0
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.
A andre.astafieff Member Licensed User Longtime User Nov 12, 2018 #5 DonManfred said: 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. Click to expand... I think it would be best to save the logins to a database and retrieve them from the database. thank you! Upvote 0
DonManfred said: 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. Click to expand... I think it would be best to save the logins to a database and retrieve them from the database. thank you!
DonManfred Expert Licensed User Longtime User Nov 12, 2018 #6 andre.astafieff said: I think it would be best to save the logins to a database and retrieve them from the database. Click to expand... this is what i suggested DonManfred said: You are free to upload the usertoken to your webspace (Adminpanel) to log all users logged in. Click to expand... Upvote 0
andre.astafieff said: I think it would be best to save the logins to a database and retrieve them from the database. Click to expand... this is what i suggested DonManfred said: You are free to upload the usertoken to your webspace (Adminpanel) to log all users logged in. Click to expand...