Setting Up Firebase via NPM (Node Client) in 10 mins - Firebase JavaScript Tutorial

preview_player
Показать описание
----------------
By the end of this lecture, you’re going to learn how to set up Firebase using Node and NPM (node package manager)

✴️ Points

00:31 Install Node & NPM
02:48 Create A Project Folder
03:10 Install Firebase NPM Package
04:27 Get Firebase SDK Code Snippet
05:30 Run The App
06:40 Working with Specific Firebase product
Рекомендации по теме
Комментарии
Автор

I do have a few doubts, if possible, can you help:
1) Can you initialize firebase without webpack.config.js Is it possible to initialize it between the script tag in the main html file
2) If yes, then how shall other html files access the firebase initialization
3) I am able to fetch all the restaurant documents and show them on the screen. I can apply searching functionality to it. But this process can cause charges in firebase as there is lot of data to read. So is there a way to prevent that.
4) I want to add a map location to each restaurant, how will I store that type of data in firebase v9 and how to represent the map location for each restaurant

kaviyasekar
Автор

I have created restaurant finder pwa. I have used firebase cloud storage v9 to display and search through the data, watching your videos. My question to you is how to make it possible if I click on one restaurant it will give more details about it another page. Likewise I want to add the details page for each restaurant using firebase v9. Each restaurant will contain different details. Can u help?

kaviyasekar
Автор

But how to represent the map location for each restaurant

kaviyasekar
welcome to shbcf.ru