Vue with Firestore basics

Vue with Firestore basics

University

9 Qs

quiz-placeholder

Similar activities

SLOT LAD

SLOT LAD

University - Professional Development

9 Qs

Topic 9: Contract Modifications and Change Orders

Topic 9: Contract Modifications and Change Orders

University

14 Qs

Let's travel

Let's travel

12th Grade - University

10 Qs

Biblioteca școlară și CDI. Tipuri de documente.

Biblioteca școlară și CDI. Tipuri de documente.

6th Grade - University

9 Qs

Modernization of NTUC Income

Modernization of NTUC Income

University

10 Qs

ทดสอบปลายภาค

ทดสอบปลายภาค

University

10 Qs

Halal Logistics (Day 2)

Halal Logistics (Day 2)

University

10 Qs

DID144 / A21

DID144 / A21

University

8 Qs

Vue with Firestore basics

Vue with Firestore basics

Assessment

Quiz

Education

University

Hard

Created by

FrX3D# FrX3D#

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Firestore?

A SQL Database

A NoSQL Database

A Relational Database

A File Storage System

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to create a reference to a Firestore collection?

getCollection()

createCollection()

collection()

addCollection()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you add a new document to a Firestore collection?

addDocument()

createDocument()

newDocument()

addDoc()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the getDocs() function in Firestore?

To retrieve documents from a collection

To add new documents to a collection

To update existing documents in a collection

To delete documents from a collection

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to update an existing document in Firestore?

updateDocument()

modifyDoc()

editDocument()

updateDoc()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you delete a document from a Firestore collection?

removeDoc()

deleteDocument()

deleteDoc()

removeDocument()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the representative of a TABLE in Firestore? Hint: SQL and NoSQL question

Collection

Field

Document

Row

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the representative of a ROW in Firestore? Hint: SQL and NoSQL question

Field

Line

Document

Collection

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should be added before the declaration of a function to transform it into a "asynchronous" function?

await

async

promise

callback