Firebase FDW not support nested collection
burmecia opened this issue · 0 comments
burmecia commented
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:
- Create a Firebase foreign table using
object
optionfirestore/collection1/document/collection2
- 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