I did this (as per SinisterSoft) on about 25 free droid apps on Google Play and Amazon too and not had any more policy violation or suspension problems (yet).
I think that the problem is that firebase is initialised before Lua takes control. So it's a chicken/egg situation.
Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!). https://deluxepixel.com
Current firebase plugin only does crashreporting (crashlytics) and analytics, remote config and notifications doesn't seem to need a consent, or at least you are responsible for using them or not.
So remains: Crashlytics: Enable Opt-in Reporting Analytics: Disable Analytics Collection
and yes it can be done, but: 1° it should be made optional, because sometimes we want to get crashes/analytics right from the app start 2° analytics is the core feature of firebase, it is unclear wether disabling it will still allow other firebase services to work 3° I can't tell you when or if I'll have the time to give it a shot
Comments
img src="http://forum.giderosmobile.com/uploads/editor/10/apwbjfngfpgd.png" alt="" />
Likes: SinisterSoft
Likes: SinisterSoft
https://deluxepixel.com
Current firebase plugin only does crashreporting (crashlytics) and analytics, remote config and notifications doesn't seem to need a consent, or at least you are responsible for using them or not.
So remains:
Crashlytics: Enable Opt-in Reporting
Analytics: Disable Analytics Collection
and yes it can be done, but:
1° it should be made optional, because sometimes we want to get crashes/analytics right from the app start
2° analytics is the core feature of firebase, it is unclear wether disabling it will still allow other firebase services to work
3° I can't tell you when or if I'll have the time to give it a shot
Likes: simwhi, SinisterSoft