TNelen / BlackBox

'BlackBox is a free-to-play game for friends. Available in the play store'
Mozilla Public License 2.0
3 stars 0 forks source link

Enable/disable popup(s) in database #190

Closed Nuytemans-Dieter closed 4 years ago

Nuytemans-Dieter commented 4 years ago

Add a variable to the AppInfo document in the database that states whether or not to display a popup. This way, we can remotely enable or disable the update popup when something goes wrong.

In addition, this change will not result in any extra reads as that document is read whenever an app opens anyway.

TNelen commented 4 years ago

Good idea!

TNelen commented 4 years ago

Maybe do the same as with the message? When empty, do not display pop-up?

Nuytemans-Dieter commented 4 years ago

Maybe do the same as with the message? When empty, do not display pop-up?

Great idea!