Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ChatApp Prototype

Total questions: 5

Worksheet time: 3mins

Name
Class
Date
1.

Which component is required to link our thunkable app to Google Firebase?

a)
b)
c)
d)
2.

Which firebase keys from the config should be used in thunkable to connect to Google Firebase?

a)

apiKey, authDomain

b)

apiKey, database URL, authDomain

c)

apiKey, database URL

d)

apiKey, database URL, auth domain, appId

3.

Select the correct code to send a message to the database on click of “Button2JohnSend”

a)
b)
c)
d)
4.

What is the correct output of the following code, if the text in the Text_Input2John is "Hi Sam"

a)
b)
c)
d)
5.

I am unable to send message to the database on click of “Button1SamSend” with my current code

This is my current code: Can you identify what error I made and how it can be fixed? Choose one of the options which are best suited to fix my app.

a)
b)
c)
d)