alexabbott / firebase-cms

A CMS + E-commerce platform built with Angular and Firebase
https://fir-cms-76f54.firebaseapp.com/
MIT License
313 stars 125 forks source link

Firebase Data #20

Closed viralpatel380 closed 6 years ago

viralpatel380 commented 6 years ago

Hello,

when I paste my firebase config keys and run the project it only showing cart and sign in as well as nothing to show in admin panel to add products ! when I paste your Firebase keys

export const environment = {
    production: false,
    firebase: {
        apiKey:"AIzaSyD9c0w1NE_-LCZ0fbaP0dcp-jiaFKE4mBI",
        authDomain:"fir-cms-76f54.firebaseapp.com",
        databaseURL:"https://fir-cms-76f54.firebaseio.com",
        projectId:"fir-cms-76f54",
        storageBucket:"fir-cms-76f54.appspot.com",
        messagingSenderId:"1065458841365"
    },
    stripe: "pk_test_dMX8aZtfZSl4ZQ5W2kf7Af7l"
  };

It works smoothly ! can you provide Json file of Database ? So i can import it to the My firebase Project !

alexabbott commented 6 years ago

here you go! fir-cms-76f54-export.json.zip

viralpatel380 commented 6 years ago

Thank You @alexabbott :)