Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Mandatory

Description

Connection Name

Yes

Name of the connection

Description

No

Description of connection

Database Url

Yes

The url of your firebase database

Project Id

Yes

This can be found in Project Settings > General

Private Key Id

Yes

The service account private key id

Private Key

Yes

The service account private key

Client Email

Yes

The service account client email

Client Id

Yes

The service account client id

How can I find the credentials for my firebase database

  • EazyDI Currently supports service account credentials when creating connections to firebase, even when read and write is set to false it will be allowed to read and write as source or target

image-20240331-043019.pngImage Removed

  • The database url can be found when accessing the Real time Database page

image-20240331-043204.pngImage Removed

  • Your project id can be found in Project Settings > General

image-20240331-043229.pngImage Removed

Steps on how to create a service account

  • Navigate to Project Settings > Service Accounts

image-20240331-043259.pngImage Removed

  • Click Generate new Private Key, A prompt will appear and click Generate Key

image-20240331-043400.pngImage Removed

  • The service account credentials will be downloaded, make sure to secure them Copy the values for each fields excluding the first and last quotation marks “

image-20240331-043420.pngImage Removed

  • Copy the values to your EazyDI connection

image-20240331-043440.pngImage Removed

Fields
NOTE: Since Firebase is a nosql database which collections do not have strict type, fields are read by EazyDI depending on sample size of data in collection. Columns can also be lists, nested objects, similar to json, you can use the necessary mapping functions to cast columns to match target columnsconnection:

  1. There are two ways to create connection -

    1. Choose the Firebase connector from Pipeline tab > Add Connection.

      image-20240429-073138.pngImage Added

    2. You can also add the connection via Connections tab>Add Connection. 

...

  1. Fill in the required details.

  2. Click on the Test connection button to confirm.

  3. Click Create connection.