Is there a method to exclusively publish all meteor collections
to users with the role of {role: "admin"}
? The meteor autopublish
package grants database access to all clients. Are there any techniques to utilize the autopublish
package while implementing certain access limitations or utilizing a similar function with access parameters?
(Additionally, it would be beneficial if the insecure
package could have the same restrictions, although it is not mandatory).