Use Firebase and Netlify | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Use Firebase and Netlify

What is the use of firebase and netlify as a programmer

13th Jul 2020, 10:24 PM
Daya Bianca
Daya Bianca - avatar
4 Answers
+ 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.
13th Jul 2020, 10:52 PM
🇮🇳Vivek🇮🇳
🇮🇳Vivek🇮🇳 - avatar
+ 1
🇮🇳Vivek🇮🇳 which type of database does firebase store
14th Jul 2020, 9:20 AM
Daya Bianca
Daya Bianca - avatar
0
🇮🇳Vivek🇮🇳 but they said firebase is for mobile apps
14th Jul 2020, 9:20 AM
Daya Bianca
Daya Bianca - avatar
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
14th Jul 2020, 9:33 AM
🇮🇳Vivek🇮🇳
🇮🇳Vivek🇮🇳 - avatar