0

Is it possible to change firebase account used for Analytics, Authentication & Crashlytics after app is published on app store?

I want to use developer firebase account for alpha builds and production firebase account for beta and production builds.

Is it possible?

I dont want to clutter the analytics and reports for closed alpha builds to end up in beta or production versions of app which will be used by real users.

xsheru
  • 467
  • 4
  • 25
  • I want to say it's not possible just from my experience but someone else may have a workaround. The only way I see it working is for Alpha versions you upload a bundle/apk pointing at a different firebase project whereas the production and beta builds you would have to reproduce – StuStirling Mar 05 '20 at 12:07
  • In android we have a concept called "Prodcut Flavors" where you can create multiple "google-services.json" file for each flavor of apk you generate. Kindly check and use it. – Logo Mar 05 '20 at 12:07
  • The app is not yet in beta or production track. And I just started with alpha version. And when the first beta build will be ready can I change the firebase account at that time? Forget about all alpha builds. Lets say I just dont want to clutter initial devlopment bugs out of the analytics. – xsheru Mar 05 '20 at 12:10
  • Keeping same combination of (same package name +same sha1 key) in multiple accounts (like developer account and Real user account) leads to an error of key already used in different developer account error. kindly check and proceed – Logo Mar 05 '20 at 12:17
  • I am saying once I start using Real Firebase Account I will delete Dev Firebase Account. Is it going to work? – xsheru Mar 05 '20 at 12:18
  • 1
    kindly refer the link : https://stackoverflow.com/a/43485731/6903609 – Logo Mar 05 '20 at 12:27
  • Thank you for the help I think this clear my doubt... – xsheru Mar 05 '20 at 12:34

0 Answers0