Connecting firestore to bubble using zapier

Anyone knows the steps to connect firestore database to bubble apps? any tutorials available?

Which way?

You can connect Bubble to Firestore via the API connector ?

Or use an API workflow as a Webhook ?

I think with the API Connector.

Let’s chat! I use most of Firebase/firestore daily.

Are you authenticating with Firebase too or just using forestore as an open database?

We could connect with plain old JavaScript too. Or even setup an admin sdk in bubble so you can communicate safe and secure thereby not needing users to log into Firebase to access secure data.

I take a try to do using zapier. but some of the variables are not showing still. especially array.

My need is:

I have a mobile app, user can create profile like fb. firestore is using to save their data.
I am going to use website to just show the profiles to public. no need of login editing option. Just fetch data from firestore and show in website publicly.

currently when I am trying to use zapier it is bringing the user data to bubble database and showing in front end from bubble database. so old data are not showing (only new entries are coming to bubble database)

can I use API connector to just fetch the data from firebase to show the web frontend without saving the data in bubble database.

Is there any tutorial available to connect firestore using API connector?

No need of login, just show the data publically using secure way. no need of editing the firestore data…

This is the scenario :

I have a mobile app, user can create profile like fb. firestore is using to save their data.
I am going to use website to just show the profiles to public. no need of login editing option. Just fetch data from firestore and show in website publicly.

currently when I am trying to use zapier it is bringing the user data to bubble database and showing in front end from bubble database. so old data are not showing (only new entries are coming to bubble database)

can I use API connector to just fetch the data from firebase to show the web frontend without saving the data in bubble database.

Is there any tutorial available to connect firestore using API connector?