Difficulty Automatically Fetching Firestore Database Structure #14833
-
Hello everyone, I'm currently testing Budibase to create a back office connected to Firestore. However, I noticed that it doesn't seem to automatically fetch the Firestore database structure, which makes the setup quite challenging for non-database experts like myself. I'm wondering if there’s an option or a method to automate the import of the collections and documents structure, or if there are any tools/plugins available to simplify this process. Any help or clarification would be greatly appreciated! Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @niko2020 Budibase accesses data from non-relational data sources like Firestore using queries. You'll need to connect to your Firestore, and then write a query to display the information you want. There are a few examples in our documentation here which will help get you started. |
Beta Was this translation helpful? Give feedback.
Hey @niko2020
Budibase accesses data from non-relational data sources like Firestore using queries. You'll need to connect to your Firestore, and then write a query to display the information you want.
There are a few examples in our documentation here which will help get you started.