Anywhere but publish functions
Meteor.userId()
import { Meteor } from 'meteor/meteor'
Source Get the current user id, or null
if no user is logged in. A reactive data source.
Meteor.userId()
import { Meteor } from 'meteor/meteor'
Source Get the current user id, or null
if no user is logged in. A reactive data source.
Please login to continue.