Need to integrate firebase on library module

  • Thread starter Thread starter Android Central Question
  • Start date Start date
A

Android Central Question

Need help in integrating firebase services like analytics, crashlytics in my android library module. Can't use same account that application use, as library will be used by multiple unknown users.I want to monitor crashes on my create account
 
You usually do that on the server, not in the client. If this is a client-only setup, you'll need a try:catch block around where it crashes to send an email before it crashes.
 
I moved this to the Software Development forum for more specific traffic.