+ 2
Use Firebase and Netlify
What is the use of firebase and netlify as a programmer
4 Respostas
+ 1
Firebase is a cloud database. You use firebase for different purposes. like creating databases, file storage, hosting etc. And best part it is offered by Google.
Netlify is a web hosting company. You can host only Front-end website. I mean you host only websites which have no Back-end on Netlify.
+ 1
🇮🇳Vivek🇮🇳 which type of database does firebase store
0
🇮🇳Vivek🇮🇳 but they said firebase is for mobile apps
0
Firebase stores NOSQL databases like mangodb.
Some mobile apps also uses database to store data of users. Like sololearn , Facebook, Instagram, Twitter, Google, just name of few. These apps also uses http or https request to do CRUD operation. Like when I change my name on sololearn app.
Sololearn app have to store my name somewhere. So that when I get logged in next time. It will show my name on my profile. That somewhere is database