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
andfirebase 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?