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. 

icon

Best answer by picsoung 27 May 2022, 01:16

View original

2 replies

Userlevel 7
Badge +5

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

Userlevel 7
Badge +5

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