Michael Bleigh @mbleigh.dev · Oct 28

Firebase Data Connect brings SQL to Firebase and has built-in support for most common PostgreSQL queries, but what happens when you need that raw SQL power for e.g. aggregations? That's where Data Connect's @view directive comes in. A few examples...

2 likes 1 replies

?

Replies

Michael Bleigh · Oct 28

Use views to create virtual types. For instance, if I have a blog/publication where each article has a list of string tags, I can find top tags by creating a virtual Tag type: