Vue with Firestore basics

Vue with Firestore basics

University

9 Qs

quiz-placeholder

Similar activities

Methodology: Data Collection

Methodology: Data Collection

University

10 Qs

Minecraft Bedrock Edition (2020)

Minecraft Bedrock Edition (2020)

KG - Professional Development

11 Qs

Lab ES

Lab ES

University

10 Qs

SQL_Lesson 6

SQL_Lesson 6

University

9 Qs

UTS-BASISDATA

UTS-BASISDATA

University

14 Qs

Fundamentos de Bases de datos_ Lección 1.

Fundamentos de Bases de datos_ Lección 1.

University

10 Qs

SQL QUIZ

SQL QUIZ

University

10 Qs

Flutter Workshop

Flutter Workshop

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