Android Package Name for Mobile App Setup

Hello everyone!

I’m getting the mobile app setup for my Multivendor shop and am stuck.

@CS-Cart_team: There really needs to be more documentation for getting the mobile app setup and running, especially since it’s an additional feature that’s paid for. Otherwise, keep up the good work on the marketplace software.

Under Add-Ons → Mobile Application → Config App Tab, I’m trying to get the Firebase config file (android) that I need to download that gets generated in Firebase (google-services.json).

After going into my firebase console, at the “Add Firebase to your Android app” screen:

In step 1: Register App

What do I put into the field for Android Package Name? The help for that field says “Your package name is generally the applicationId in your app-level build.gradle file”.

Do I need the build.gradle file to find the applicationId, and if so where do I find that. Otherwise, do I just make something up to fit the com.company.appname format?

Once I can finish this and download the google-services.json file, I’ll be all set (I think).

Thanks!

Hi!

If the application is built by us, you can ask us to give you the value of the BUNDLE_ID we used for your application once it’s built. If you’re building it yourself from source, it’s the one value you specify in the `applicationId’ parameter:

android {
...
    defaultConfig {
        applicationId "..."

of the android/app/build.gradle file.

Perfect, thank you. Im looking to submit it to you to build. I would add your answer to your mobile app documentation. Do you also put in the data for the “Firebase admin SDK Private key” field?

~ Jason

Sorry but I’ve never built the app by myself, so I don’t know how it will be used by my colleagues.