By using the PUSH feature, we have greatly reduced the likelihood of a race condition - the possibility that we are displaying or using outdated data. But have we eliminated the possibility entirely? Explain.
Answer
we have not entirely eliminated the possibility of displaying outdated information due to the connection from your device to the database delay.
In your own words, describe the disadvantages of using a public database.
Answer
A disadvantage of using a public database is that the user's data is unsafe and can be changed easily.
Explain why the FB version of the app requires less code to implement the same features than does the TinyWebDB version of the app.
Answer
The FB version of the app requires less code to implement the same features than does the TinyWebDB version of the app because it will only update the app when data is changed and doesn't need to look for new data.
Include a screenshot of your Firebase.DataChanged event handler in the student version of this app after the test for an updated question is added in the enhancement.