How to work with firestore only

The tutorial video uses firebase real-time database as database URL.
What about just using firestore?
I only use firestore and don't want to create a real-time db.
How to do it?

Hi @Simon123,

Our Firebase resource shows that the Firebase Database URL as a required input. This is a bug on our end. The Firebase Database URL is not a required field. You can configure a Firebase resource that just uses Firestore.

I hope that help!

Thanks. I guess that is a bug.
I have to create a realtime db in order to use firestore.

You must provide either the Firebase Database URL or the Firestore Project ID. You do not need to provide both.

1 Like