All Questions
3 questions
1
vote
0
answers
203
views
HTML cannot send data to Firebase
After i write firebase login, firebase init this file this file appears
My CSS firebaserc
{
"projects": {
"default": "smarthome-e154e"
}
}
My HTML if you want to ...
0
votes
0
answers
373
views
Unable to use external javascript file with firebase
My HTML file works and whenever I attach the script directly into my HTML body or head tag, the script runs properly. However, when I attach it separately using <script src="app.js">&...
2
votes
2
answers
8k
views
I am very confused on how to include Firebase into html
I recently started integrating firebase into my html project, i installed firebase-tools using npm and initialized the project, but then after I included all the scripts mentioned on the firebase ...