Warehouse setup

Navigate to the Warehouse page from the top right of the Conversionomics platform

Click the Orange Link Warehouse button

Choose Sign in with Google 

Choose you Google account to sign in with

Click Allow button

Follow instructions below and navigate to Firebase

Click Continue button

  • Navigate to All products in the side-nav (left)
  • Click the 'Storage' product
  • Click the Rules tab
  • Click the Edit Rules tab
  • Overwrite the default rule and place this rule instead.
                      <code>rules_version = '2'; service firebase.storage {   match /b/{bucket}/o {     match /{allPaths=**} {       allow read, write: if request.auth != null;     }   } }
    	
  • Click the Publish button.

Click Finish button on previous tab

Still need help? Contact Us Contact Us