google-home / smarthome-local

https://codelabs.developers.google.com/codelabs/smarthome-local
Apache License 2.0
28 stars 17 forks source link

Your project has used 100% of its monthly limit for Hosting GB transferred under your current plan. #7

Closed chadstick closed 3 years ago

chadstick commented 4 years ago

Am I supposed to be stopping communication with my virtual washer so I don't get charged "Hosting GB?" Please advise how I can do this and continue the code lab. Thx!

hosting gb

.

devunwired commented 4 years ago

The files stored in Firebase Hosting for the codelab are the frontend UI components (HTML/CSS) taking up ~5-10KB of data. This data is only transferred when your browser loads the Hosting URL (it is not related to the requests made by the Assistant to the back end functions).

Transferring this much data would require you to refresh the page an immense number of times or have something else that is constantly querying your Hosting URL.

chadstick commented 4 years ago

OK thanks. I am personally not refreshing this page so it must be coming from somewhere else. I didn't see how I could drill down in the analytics nor do I know how to restrict access so I opened a ticket with Firebase support.

devunwired commented 4 years ago

We've been able to reproduce something similar internally. Currently investigating.

Can you confirm what stage you were at in the codelab when you noticed this? Had you completed and successfully tested the codelab? Or were you at one of the intermediate steps?

chadstick commented 4 years ago

Thanks for continuing to investigate. I was through step 5 when I began noticing this. I think I may be blocked from proceeding until this is resolved as it is prompting me to upgrade firebase plan which I obviously don't want to do at this point.

chadstick commented 4 years ago

I received a note back from FB support--all the requests seem to be coming from my router's IP address. If more details are helpful let me know.

devunwired commented 4 years ago

Could you also tell me which Home/Nest device(s) that were linked to your account for testing? For example: Nest Hub, Google Home speaker, etc.?

chadstick commented 4 years ago

I have 2 Google Homes, 1 Nest Hub, 1 or 2 minis, Nest wi-fi (3 pts), and a TV w/ Google Assistant.

devunwired commented 4 years ago

Are all of these devices linked to the Google Account you were using for your Actions console project?

chadstick commented 4 years ago

Yes

proppy commented 3 years ago

Closing as obsolete.