krazkidd / lineup

Softball lineup editor made with Nuxt 3 (Vue.js 3)
https://lineup.app.xericode.net
GNU Affero General Public License v3.0
3 stars 2 forks source link

Put Firestore db in production mode #20

Closed krazkidd closed 9 months ago

krazkidd commented 9 months ago

The current Firestore production db is in test mode. It needs to be put in production mode with reasonable security rules. The following need to be done before 19 Oct 2023:

krazkidd commented 9 months ago

Removed the 'Enable GitHub workflow to publish security rules to Firestore automatically' task. This can possibly be done through the Admin SDK or the REST API but it's overkill for this project.