Connecting Typeform to Firebase | Community
Skip to main content
Answered

Connecting Typeform to Firebase


We are using Firebase as our data storage, and are wondering if it’s possible to directly connect the typeform data into our firebase API? This will allow real time data to be displayed in the administrative portal of our own app. 

Best answer by picsoung

Hey @KathrynBergmann 

You can definitively send the data collected on your typeform to a Firebase API using things like Zapier/Make. But I imagine you may want to create your own cloud function too :)

This would rely on our webhooks, so we would ping the cloud function almost instantly after each submission.

 

You can find an example of cloud function connected to Firebase on this repo: https://github.com/MichaelSolati/typeform-python-examples

View original

2 replies

Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14987 replies
  • May 26, 2022

Hi @KathrynBergmann Welcome to the community! Happy to have you here. 😀

I’m not familiar with Firebase, but you could use our APIs to send data over, either via webhooks or through the API call itself. You can find our API documentation here


picsoung
Typeform
Forum|alt.badge.img+5
  • Developer Advocate @ Typeform
  • 390 replies
  • Answer
  • May 26, 2022

Hey @KathrynBergmann 

You can definitively send the data collected on your typeform to a Firebase API using things like Zapier/Make. But I imagine you may want to create your own cloud function too :)

This would rely on our webhooks, so we would ping the cloud function almost instantly after each submission.

 

You can find an example of cloud function connected to Firebase on this repo: https://github.com/MichaelSolati/typeform-python-examples


Reply