Skip to main content

Intro

Firebase provides a real-time database for storing and syncing your data. To learn more about the Firebase API, visit their page (https://firebase.google.com/docs/reference/ ). You connect to your Firebase account in the Data Center. This topic discusses the fields and menus that are specific to the Firebase connector user interface. General information for adding DataSets, setting update schedules, and editing DataSet information is discussed in Adding a DataSet Using a Data Connector.

Prerequisites

To connect to your Firebase account and create a DataSet, you must have a Firebase API Authentication Key and a Firebase Name.

Connecting to Your Firebase Account

This section enumerates the options in the Credentials and Details panes in the Firebase Connector page. The components of the other panes in this page, Scheduling and Name & Describe Your DataSet, are universal across most connector types and are discussed in greater length in Adding a DataSet Using a Data Connector.

Credentials Pane

This pane contains fields for entering credentials to connect to your Firebase account. The following table describes what is needed for each field:

Field

Description

API Authentication Key

Enter your Firebase API authentication key. (To generate Authentication Key, Login into firebase console, click the project. Project Overview > Settings Gear icon > Project Settings > Service Accounts > Database Secrets > Add Secret).

Firebase Name

Enter the Firebase Name. Login into firebase console, click the project. Project Overview > Settings Gear icon > Project Settings > Database Name.

Once you have entered valid Firebase credentials, you can use the same account any time you go to create a new Firebase DataSet. You can manage connector accounts in the Accounts tab in the Data Center. For more information about this tab, see Managing User Accounts for Connectors.

Details Pane

This pane contains several menus for configuring your Firebase report.

Menu

Description

Data Tag Name

Enter the data tag name in the format tag/data . For example, if you wanted to fetch the data for “coordinates,” which is under the “geometry” tag, you would enter geometry/coordinates .

Root Tag Name

Enter the root tag for the data in your JSON text.

Other Panes

For information about the remaining sections of the connector interface, including how to configure scheduling, retry, and update options, see Adding a DataSet Using a Data Connector.

FAQs

DataSets should be set to update no more than once every 15 minutes.
While Firebase may enforce rate call limits, you should not have to worry about them.