[Vuejs]-Data not added to firebase realtime database

0👍

Your firebaseConfig variable is missing a databaseURL property, which is pretty much the only key that is required for your code to be able to find the Realtime Database on the server. So add that key/value, and try again.

Leave a comment