0

I successfully deployed my Vue app using Firebase hosting except for one small thing - the database that I was running from localhost isn't appearing / being referenced when I navigate to the hosting URL (https://.firebaseapp.com.

Instead, any changes I make in attempt to recreate the data on the hosted site only effects my instance running on localhost!

Basically:

  • Why am I not seeing any db data once i deploy using the standard firebase commands firebase init and firebase deploy?
  • When I deploy how can I use the same database from localhost but have it running as a copy so that the deployed database and localhost database are kept separate?
Chandrika
  • 194
  • 12
squeezemylime
  • 2,102
  • 3
  • 18
  • 26

1 Answers1

0
  • I answered the first part via changing how I was deploying. Screenshot is attached.enter image description here
  • I answered the second part through this post
squeezemylime
  • 2,102
  • 3
  • 18
  • 26