🐛 [Firebase Data Connect] Add directive @default_on_updated or something similar #17075
Labels
Needs Attention
This issue needs maintainer attention.
plugin: data_connect
type: enhancement
New feature or request
What feature would you like to see?
Currently, there is no way to use an expr request.time on the server-side Timestamp on updated; the only way is to use the client-side Timestamp.
It would be nice to have something like @default_on_updated(expr: "request.time") or @default_on_updated(expr: "auth.uid").
The text was updated successfully, but these errors were encountered: