B4A Library FirebaseAnalytics

ivan.tellez

Active Member
Licensed User
Longtime User
Hi @Erel

It cannot catch such errors.

If the Firebase Crash Reports dont send the errors in the catch, whats is the best aproach to send to the console?

It is posible to use custom error sending with this lib Like in the Firebase examples?

B4X:
FirebaseCrash.report(new Exception("My first Android non-fatal error"));

Thanks
 

Eduardo Enri

Member
Licensed User

Last news of this issue. Product manager of Firebase Analytics said (Feb. 2018):

"...We launched custom parameter reporting at Google I/O 2017. You can read more about it here. "
 

SMOOTSARA

Active Member
Licensed User
Longtime User
Hello dear friends ?
I am going to send the MAP parameter



B4X:
Dim map1 As Map
map1.Initialize
    map1.Put("aa","11")
    map1.Put("bb,"22")
    map1.Put("cc","33")
    map1.Put("dd","44")

Starter.analytics.SendEvent("login",map1)


Exactly where address can I see these values?
I refer to these addresses but do not find the values map1

 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…