Suppose you want to get the current user's information on the client, then which of the following method you will use?

25. Suppose you want to get the current user's information on the client, then which of the following method you will use?

  1. App.user ()
  2. Meteor.auth()
  3. Meteor.user ()

Answer: C) Meteor.user ()

Explanation:

Meteor.user method, get the current user's information on the client.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.