supabase/wrappers

Firebase FDW not support nested collection

burmecia opened this issue · 0 comments

Bug report

  • I confirm this is a bug with Supabase, not with my own application.
  • I confirm I have searched the Docs, GitHub Discussions, and Discord.

Describe the bug

For Firebase FDW, it can only support base level collection, the nested collection like collection1/document/collection2 is not supported.

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. Create a Firebase foreign table using object option firestore/collection1/document/collection2
  2. Query that table only return data from collection1

Expected behavior

Return data from collection2

Screenshots

N/A

System information

  • OS: Mac
  • Version of Wrappers: v0.1.19

Additional context

N/A