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.
Answered
Connecting Typeform to Firebase
Best answer by picsoung
Hey
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.