airbytehq / connector-contest

Contribute a connector to open-source Airbyte and win prizes!
25 stars 7 forks source link

New Source: Firebase Realtime Database #20

Closed avaidyanatha closed 1 year ago

ad-m commented 2 years ago

What about destination? Proposed in airbytehq/airbyte#7231.

koji-m commented 1 year ago

Could you tell me which Firebase product is this Connector specifically about? Cloud Firestore(https://firebase.google.com/products/firestore), Firebase Realtime Database(https://firebase.google.com/products/realtime-database) or something else?

RealChrisSean commented 1 year ago

Hi @koji-m you could potentially make a source connector for both :). You may be able to create the source connector using our new low-code cdk. Did you want to give that one a try?

swyxio commented 1 year ago

eventually we'll want both, but suggest starting with Realtime database as that is the older one?

koji-m commented 1 year ago

Thank you for you reply. I'll work on Source Realtime Database first.

RealChrisSean commented 1 year ago

Good luck! :)

itaseskii commented 1 year ago

There is already one PR opened for a Firestore source connector which might be worth looking into https://github.com/airbytehq/airbyte/pull/15595

koji-m commented 1 year ago

Thank you for your advice. I'll refer to it.

RealChrisSean commented 1 year ago

Hi @koji-m how has it been going? Anything we can help with? :)

koji-m commented 1 year ago

Thank you @RealChrisSean . I have just completed the minimal implementation.