Hello,
I’ve set up a Google Login (only GLogin, no mail or phone login) on my app and wanted the user to go through a “Tutorial” process when first login (so when signing up). The problem is : signing up with Google fires only “when log in” event.
So there seems to be no way to detect if this is the first time the user login or not ![]()
I’ve tried to test is username is empty but it takes the Google username… (because the tutorial is asking the user for a username and save it to firebase auth)
Is there any way to test if this is the first time the user connects ?
Thanks for any help ![]()
