How to add additional nest thermostat to google cloud console - console

I have a google cloud console account with 2 nest thermostats and would like to know how to add a 3rd to the account. Thanks
Looked through the cloud console and did not see where to add the new thermostat.

Related

Unable to enable google analytics for bigquery linking in firebase

I have an android app which has firebase analytics enabled. I am able to see events in firebase console. Now I want to connect it with big query. As I am using a team account for firebase, asked admin to give me owner access in firebase and editor access in connected google analytics account. After getting both access I tried to connect big query in firebase but it was not allowing me to select Google Analytics option while creating link. When I hover over that option it is showing message as "You need to be an Editor on the Google Analytics account linked to your project to modify BigQuery export". I am not sure what changes am I supposed to do to enable this and create a big query connection. Please help.
While you have the permissions in firebase you need to have Editor access to the Google Analytics Account as well in order to perform the connection. It is important that permission is given on the Account Level and not on the data view level.

How to find Google Cloud Platform history logs? [duplicate]

I've read in this article that Firestore has launched Stackdriver (in beta) so we can monitor Cloud Firestore read, write and delete operations in near-real time but where can I find it in Firebase console?
You have to go to the Google Cloud Console and not to the Firebase console.
The URL is https://console.cloud.google.com/home/dashboard?project=xxxxxx
There you will find a set of vertical menu items about Stackdriver. You should use the Monitoring menu item to open the Stackdriver console.
Then once in the Stackdriver console, you should open the Resources menu and create a new Metric for your Firestore instance, as shown below:
BTW, Doug Stevenson has recently published a couple of posts which cover (among others) some of the link/differences between the two consoles: https://medium.com/google-developers/firebase-google-cloud-whats-different-with-cloud-functions-612d9e1e89cb and https://medium.com/google-developers/whats-the-relationship-between-firebase-and-google-cloud-57e268a7ff6f

Where can I find Stackdriver in Firebase console?

I've read in this article that Firestore has launched Stackdriver (in beta) so we can monitor Cloud Firestore read, write and delete operations in near-real time but where can I find it in Firebase console?
You have to go to the Google Cloud Console and not to the Firebase console.
The URL is https://console.cloud.google.com/home/dashboard?project=xxxxxx
There you will find a set of vertical menu items about Stackdriver. You should use the Monitoring menu item to open the Stackdriver console.
Then once in the Stackdriver console, you should open the Resources menu and create a new Metric for your Firestore instance, as shown below:
BTW, Doug Stevenson has recently published a couple of posts which cover (among others) some of the link/differences between the two consoles: https://medium.com/google-developers/firebase-google-cloud-whats-different-with-cloud-functions-612d9e1e89cb and https://medium.com/google-developers/whats-the-relationship-between-firebase-and-google-cloud-57e268a7ff6f

Create API with Firestore and Cloud functions

Does anyone know the links, tutorials on how to make and API for third party aps using firestore and cloud functions.
I am using google IoT core, firestore, cloud functions. I would like to make an API where 3rd party aps could get access to my firestore DB to control IoT devices. I want to create them a api token or key to get access. I would like also track api calls for every 3rd party app.
I am not sure what is proper way to do it with firestore.
Any links, suggestions will be helpful.
You could:
Have a look at the doc (https://firebase.google.com/docs/functions/) and in particular https://firebase.google.com/docs/functions/http-events,
Watch the following set of videos from the Firebase team (https://www.youtube.com/watch?v=7IkUgCLr5oA and https://www.youtube.com/watch?v=652XeeKNHSk)
And finally study some of the official samples: https://github.com/firebase/functions-samples

firebase analytics consoleļ¼šcustomer can see his own data but cannot see others

I created a android app using firebase analytics,i want one brand can only see its own data and cannot see other brands,how i manage the firebase analytics member in the firebase analytics console

Resources