Vue with Firestore basics

Vue with Firestore basics

University

9 Qs

quiz-placeholder

Similar activities

Google Cloud ML Boostcamp

Google Cloud ML Boostcamp

University

11 Qs

Taller SQL

Taller SQL

University

10 Qs

Bisnis Digital Brainstorming

Bisnis Digital Brainstorming

University

13 Qs

JavaScript DOM - Quiz

JavaScript DOM - Quiz

University

11 Qs

Data Collection M8SW

Data Collection M8SW

University

7 Qs

Risks associated with documentary collection for exporters

Risks associated with documentary collection for exporters

University

10 Qs

SQL_Lesson 1

SQL_Lesson 1

University

9 Qs

JAVA DATABASE CONNECTIVITY

JAVA DATABASE CONNECTIVITY

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