DmitrySharabin / mavo-firebase-firestore

Firebase backend plugin for Mavo. Store and sync app data in milliseconds. Store and serve files at Google scale. Authenticate users simply and securely. All the Google Firebase powers are at your fingertips.
https://plugins.mavo.io/plugin/firebase-firestore
MIT License
6 stars 0 forks source link

Without auth users cannot save to firebase #18

Closed karger closed 4 years ago

karger commented 4 years ago

The plugin documentation says "if the authentication feature is on, only signed-in users can edit app's data, regardless of the security rules set for your app in the Firebase console. " But if you create a firebase-plugin app without "auth", no save button is available in the mavo bar, so users cannot save at all. It would sometimes be desirable to let non-signed-in users save.

Test case: click "Play" on the firebase todo app to get a new codepen, then remove "auth" from mv-firebase.

DmitrySharabin commented 4 years ago

Oh, yes. Previously this feature was enabled. But then I decided to disable it and unfortunately narrowed down the number of use cases. Re-enabled it. Thanks!