Which of the following method Returns a cursor after retrieving all documents from a collection?

32. Which of the following method Returns a cursor after retrieving all documents from a collection?

  1. Doc.all()
  2. document.all()
  3. collection.document()
  4. collection.all()

Answer: D) collection.all()

Explanation:

collection.all() method Returns a cursor after retrieving all documents from a collection.

Comments and Discussions!

Load comments ↻






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