Search code examples
androidfirebasecrashlyticsgoogle-fabric

Does Growth Details available in Firebase?


I am migrating my application from Fabric to Firebase. I couldn't see the Growth tab in Firebase. I want to check my daily new installed user count. Does this data is available in Firebase?

Fabric Menu

Growth Tab in Fabric

Firebase Menu

Firebase Menu


Solution

  • Firebase doesn't show you new installed user count. It can show you (using Analytics) the users fidelity, so, you can see how many user open your app daily, or many other features regarding users information (like gender, age, etc).

    If you need to know how much daily installations you have, you must publish the app on GooglePlay/AppStore and see them in the relative console.