Step 2. Firebase setp

F Firebase, Syncing and Functions / Shopify Last updated on Updated  May 23, 2019

All the data is store in Firestore database.


Let's get started.  Create an account in Firebase with your google account. 

( You may use existing firebase db )


Create Firebase Project. 


Then go in Project settings, and click on "Add Firebase to your web app"

G7H27XGtIqgBz2KtmSFcNFfCg7KZI9gjYSzRjgcs.png


Then copy the config string. 

RtvBxMDXlufvoSl1vW1C7pwvmyQq6B1tZYlfzpkw.png


Now in the config.js file you will find another config object. Copy the config from firebase and enter it there. 


Now continue with Step 3.