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

Google security warning #5

Closed karger closed 4 years ago

karger commented 4 years ago

I'm working on a simple app using the plugin, and when I try to log in google gives me a scary warning.

image

Google seems to think that my app is seeking permission to manage all of a user's data in cloud storage, not just getting a username and password:

image

DmitrySharabin commented 4 years ago

I think I know why you face this issue. I asked for extra permissions for future use: to be able to write security rules from an app. Removed it from the current version and moved it to a separate branch. Will you please check whether it fixed the problem?

DmitrySharabin commented 4 years ago

Since we don't have any new comments, assume the issue is fixed. :)