1
votes

Have linked Firebase with BigQuery so I can display IOT data from Firebase to a Data Studio report.

When adding a new data source, I can and select the project as follows:

My project > project name > DataSet (Displays:firebase-crash-analytics,firebase-messaging,firebase-predictions.

However, the data collected(through an IoT device) in firebase is not showing up as a dataset.[1]

![1]: https://imgur.com/AekIdRm "data not showing"

  • adding new data(in firebase), and/or upgrading account from sandbox (BitQuery)

Would expect to make the Firebase data as a data source within Data Studio report(Through BigQuery as it appears to be the only way)

1
What specific Firebase product(s) have you linked to BigQuery?Frank van Puffelen
@FrankvanPuffelen its a database (real time Database). To make the integration I performed the following steps; select project > project settings > Integrations >BigQueryagc

1 Answers

0
votes

If you check the Firebase console for integrations with BigQuery, you'll see that it currently contains toggles fpr Analytics, Crashlytics, Predictions, and Cloud Messaging.

This means that there is no automatic integration between the Firebase Realtime Database and BigQuery at the moment. If you want to store data from the database into BigQuery, you'll have to write the integration yourself with the APIs from both products.