Vue with Firestore basics

Vue with Firestore basics

University

9 Qs

quiz-placeholder

Similar activities

INSTITUTO TECNOLÓGICO DE MINATITLÁN - SQL SERVER

INSTITUTO TECNOLÓGICO DE MINATITLÁN - SQL SERVER

University

10 Qs

Interview and observation quiz

Interview and observation quiz

University

10 Qs

Lab ES

Lab ES

University

10 Qs

BASIS DATA

BASIS DATA

University

11 Qs

SQL_Lesson 6

SQL_Lesson 6

University

9 Qs

Flutter Workshop

Flutter Workshop

University

10 Qs

ict  questions

ict questions

University

11 Qs

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

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

University

10 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