You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just have a small suggestion. Support for temporary/N-time-access files.
It can in theory be accomplished in allow-read, but only if it's the second time it's being accessed.
I'd like to return the file, then wipe the file + collection document from the system. Specifically for generated files (excel reports etc etc)
Doing so in allow-deny upon first access would delete it before it's being returned.
Can it be accomplished in some way using the custom handler?
The text was updated successfully, but these errors were encountered:
I'm not inclined to add this type of feature to the package directly because it adds complexity and API surface to test and maintain, but based on the above, I think the flexibility is there to implement the functionality you desire in your own code without too much trouble.
Great package! Keep up the good work!
I just have a small suggestion. Support for temporary/N-time-access files.
It can in theory be accomplished in allow-read, but only if it's the second time it's being accessed.
I'd like to return the file, then wipe the file + collection document from the system. Specifically for generated files (excel reports etc etc)
Doing so in allow-deny upon first access would delete it before it's being returned.
Can it be accomplished in some way using the custom handler?
The text was updated successfully, but these errors were encountered: