Setup App Producer

Now we will configure the local app producer to work for you

Step 1. Connect to your Firebase DB

Unzip the zip file that you got from CodeCanyon ( if you haven't already ).

Open the file Mobile App with Visual Studio Code.

To download service account JSON file go in console.firebase.com then in Project -> Project Settings - > Service Accounts and click on "Generate new private key"

Extract the zip that you got from codecanyon. Save this file as service-account-file.json in Mobile App/Producer/service-account-file.json

Step 2. Install the node modules

In Visual Studio terminal run

npm install

This may take a while. You may get some errors, but this doesn't necessary means that there are critical errors. Please continue withe the docs. If something is not working, send us screenshot of what you get during this install process.

Last updated