I\'m trying to connect my contact form to a firebase database and i keep getting the firebase.database is not a function error continuously.
I\'m also using parcel-bundler for
You're currently only including this for Firebase:
This only contains the definition of FirebaseApp, and doesn't include Firebase Authentication (firebase.auth()) or Firebase Realtime Database (firebase.database()). To include those, be sure to include the correct scripts for that too: