> ## Documentation Index
> Fetch the complete documentation index at: https://domoinc-openapi-sync-dataflows.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Firebase Writeback Connector

## Intro

Use this connector to export your data from a Domo DataSet to a Firebase collection. To learn more about Firebase, visit their website at [https://aws.amazon.com/Firebase/](https://www.postgresql.org/ "https://www.postgresql.org/").

You export data to a Firebase collection in the Data Center. This topic discusses the fields and menus that are specific to the Firebase Writeback 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](/s/article/360042926274 "Adding a DataSet Using a Data Connector").

<Note>
  **Note:** The owner of a writeback dataset must also be an owner or co-owner of the input dataset.
</Note>

## Prerequisites

To configure this connector, you will need the following:

* A Domo Client ID and Client Secret. To obtain these credentials, do the following:

  1. Log into your Domo developer account at
     [https://developer.domo.com/login](https://developer.domo.com/login "https://developer.domo.com/login").
  2. [Create a new client](https://developer.domo.com/new-client "Domo to S3 Writeback Connector")
     .
  3. Select the desired data and user application scope.
  4. Click
     **Create**.
* The name of your Firebase Realtime Database.
* A Firebase database secret. To generate a Firebase database secret:

  1. Log into the Firebase console.
  2. Click on your project.
  3. Click
     **Project Overview**.
  4. In the settings gear menu, select
     **Project Settings > Service Accounts > Database Secrets > Add Secret**.

## Configuring the Connection

This section enumerates the options in the **Credentials** and **Details** panes in the Firebase Writeback 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](/s/article/360042926274 "Adding a DataSet Using a Data Connector").

### Credentials Pane

This pane contains fields for entering credentials to connect to your Domo developer account as well as the collection in your Firebase database where you want your data to be copied to. The following table describes what is needed for each field:

<table border="1" cellpadding="1" cellspacing="1" data-aura-rendered-by="33:195;a"><thead><tr><th colspan="1" rowspan="1"><p><span class="s1"> Field </span></p></th><th colspan="1" rowspan="1"><p><span class="s1"> Description </span></p></th></tr></thead><tbody><tr><td colspan="1" rowspan="1"><p> Domo Client ID </p></td><td colspan="1" rowspan="1"><p> Enter your Domo client ID. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Domo Client Secret </p></td><td colspan="1" rowspan="1"><p> Enter your Domo client secret. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Database Secret </p></td><td colspan="1" rowspan="1"><p> Enter your Firebase database secret. For more information about obtaining a database secret, see "Prerequisites" above. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Database Name </p></td><td colspan="1" rowspan="1"><p> Enter the name of your Firebase Realtime Database. </p></td></tr></tbody></table>

For more information about obtaining these credentials, see "Prerequisites," above.

Once you have entered valid credentials, you can use the same account any time you go to set up a new Domo-Firebase connection. 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](/s/article/360042926054 "Managing User Accounts for Connectors").

### Details Pane

This pane contains a number of fields for specifying your data and indicating where it's going.

<table border="1" cellpadding="1" cellspacing="1" data-aura-rendered-by="33:195;a"><thead><tr><th colspan="1" rowspan="1"><p> Menu </p></th><th colspan="1" rowspan="1"><p> Description </p></th></tr></thead><tbody><tr><td colspan="1" rowspan="1"><p> Input DataSet ID </p></td><td colspan="1" rowspan="1"><p> Enter the DataSet ID (GUID) for the DataSet you want to copy to Firebase. You can find the ID by opening the details view for the DataSet in the Data Center and looking at the portion of the URL following <span class="mt-font-courier-new"> datasources/ </span>. For example, in the URL <span class="mt-font-courier-new"><span class="nowiki"><a href="https://mycompany.domo.com/datasources/845305d8-da3d-4107-a9d6-13ef3f86d4a4/details/overview" rel="noopener" target="_blank"> [https://mycompany.domo.com/datasources/845305d8-da3d-4107-a9d6-13ef3f86d4a4/details/overview](https://mycompany.domo.com/datasources/845305d8-da3d-4107-a9d6-13ef3f86d4a4/details/overview) </a></span></span>, the DataSet ID is <span class="mt-font-courier-new"> 845305d8-da3d-4107-a9d6-13ef3f86d4a4. </span></p></td></tr><tr><td colspan="1" rowspan="1"><p> Select Collection Name </p></td><td colspan="1" rowspan="1"><p> Select how you want to indicate the collection where the data will be copied. </p><ul><li><p><b> Use Input DataSet GUID </b>. The table name will be the number you entered for <b> DataSet ID </b>. </p></li><li><p><b> Use Input DataSet Name </b>. The table name will be the same as that of the input DataSet. </p></li><li><p><b> Enter Collection Name </b>. You will give the table a custom name in the <b> Collection Name </b> field. </p></li></ul></td></tr><tr><td colspan="1" rowspan="1"><p> Collection Name </p></td><td colspan="1" rowspan="1"><p> Enter the name of the collection in your Firebase database where you want your DataSet data to be copied. <br /><br /> For example, enter just <span class="mt-font-courier-new"> ABC </span> to indicate a collection that is the immediate child of the root. </p><p> To enter a location that is not a direct child of the root, use forward slashes, e.g. <span class="mt-font-courier-new"> ABC/DEF </span>. </p><p> Illegal characters include all of the following:.\$\[]#" </p></td></tr></tbody></table>

### 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](/s/article/360042926274 "Adding a DataSet Using a Data Connector").

## FAQs

<AccordionGroup>
  <Accordion title="How often can the data be updated?">
    DataSets should be set to update no more than once every 15 minutes.
  </Accordion>

  <Accordion title="Are there any API limits I should be aware of?">
    While Firebase may enforce API rate call limits, you should not need to worry about them.
  </Accordion>
</AccordionGroup>
