HI!
when then event "Auth_SignedIn" (of FirebaseAnalytics object), arrive with FirebaseUser , all data from user return Except EMAIL, and return "empty"....
if i look in the FirebaseUser i see....
But when i a try to get , i receive: null......
this my code:
whats rongs???!!
thanks!!!!
when then event "Auth_SignedIn" (of FirebaseAnalytics object), arrive with FirebaseUser , all data from user return Except EMAIL, and return "empty"....
if i look in the FirebaseUser i see....
But when i a try to get , i receive: null......
this my code:
Dim jo As NativeObject = User
Log(jo.GetField("_providerData" ).GetField("_obj").GetField("_email"))
whats rongs???!!
thanks!!!!