stop Firestore warning that everyone can read dataIs it secure to save data to firebase cloud firestore like this (see below)?Firestore rules good practicesFirestore security .data rule doesn't workFirestore write security rule for specific user using auth namesFirebase Storage rules to lookup data on Firestore document?Do firestore security rules provide access to documents by default?Firebase Firestore authenticated user write data freely after tampering client side codeOdd database structure for Firestore security rules - Need RecommendationsDynamic Firestore rules?Cloud Firestore - still get “any user can write to your entire database” error

Does secure hashing imply secure symmetric encryption?

Declaring 2 (or even multi-) dimensional std::arrays elegantly

Remove ads in Viber for PC

If the UK government illegally doesn't ask for article 50 extension, can parliament do it instead?

My boss says "This will help us better view the utilization of your services." Does this mean my job is ending in this organisation?

properties that real numbers hold but complex numbers does not

How to find better food in airports

How can I oppose my advisor granting gift authorship to a collaborator?

How Total raw is calculated for Science pack 2?

Calculate Landau's function

How do we know if a dialogue sounds unnatural without asking for feedback?

'Hard work never hurt anyone' Why not 'hurts'?

Visiting girlfriend in the USA

garage light with two hots and one neutral

How to check status of Wi-Fi adapter through command line?

FHE: What is the difference between multiplicative depth and multiplicative level?

Why is k-means used for non normally distributed data?

What is the maximal acceptable delay between pilot's input and flight control surface actuation?

Tiny image scraper for xkcd.com

Some questions about Lightning and Tor

How to add some symbol (or just add newline) if the numbers in the text are not continuous

Is mathematics truth?

Design of 50 ohms RF trace for 2.4GHz...Double layer FR-4 PCB

One hour 10 min layover in Newark; International -> Domestic connection. Enough time to clear customs?



stop Firestore warning that everyone can read data


Is it secure to save data to firebase cloud firestore like this (see below)?Firestore rules good practicesFirestore security .data rule doesn't workFirestore write security rule for specific user using auth namesFirebase Storage rules to lookup data on Firestore document?Do firestore security rules provide access to documents by default?Firebase Firestore authenticated user write data freely after tampering client side codeOdd database structure for Firestore security rules - Need RecommendationsDynamic Firestore rules?Cloud Firestore - still get “any user can write to your entire database” error






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








3















I am getting a warning email from Firebase Firestore every day saying that:




"any user can read your entire database"




But in my case it's an open database where everyone can read the data.
I have set up my security rules like so:



service cloud.firestore 
match /databases/database/documents
match /document=**
allow read: if true;
allow write: if request.auth.uid == 'xxxxx';





What is the problem and how do I stop this warning email?










share|improve this question


























  • It turns out this is possible. I didn't know this until now, so I'm now going to turn off the alerts on some of my own public databases. :)

    – Frank van Puffelen
    Mar 28 at 3:38











  • Hehe i’m happy !! Thanks a lot. Appreciate your upvote.

    – mesqueeb
    Mar 28 at 6:50

















3















I am getting a warning email from Firebase Firestore every day saying that:




"any user can read your entire database"




But in my case it's an open database where everyone can read the data.
I have set up my security rules like so:



service cloud.firestore 
match /databases/database/documents
match /document=**
allow read: if true;
allow write: if request.auth.uid == 'xxxxx';





What is the problem and how do I stop this warning email?










share|improve this question


























  • It turns out this is possible. I didn't know this until now, so I'm now going to turn off the alerts on some of my own public databases. :)

    – Frank van Puffelen
    Mar 28 at 3:38











  • Hehe i’m happy !! Thanks a lot. Appreciate your upvote.

    – mesqueeb
    Mar 28 at 6:50













3












3








3








I am getting a warning email from Firebase Firestore every day saying that:




"any user can read your entire database"




But in my case it's an open database where everyone can read the data.
I have set up my security rules like so:



service cloud.firestore 
match /databases/database/documents
match /document=**
allow read: if true;
allow write: if request.auth.uid == 'xxxxx';





What is the problem and how do I stop this warning email?










share|improve this question
















I am getting a warning email from Firebase Firestore every day saying that:




"any user can read your entire database"




But in my case it's an open database where everyone can read the data.
I have set up my security rules like so:



service cloud.firestore 
match /databases/database/documents
match /document=**
allow read: if true;
allow write: if request.auth.uid == 'xxxxx';





What is the problem and how do I stop this warning email?







firebase google-cloud-firestore firebase-security-rules






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 28 at 3:29









Frank van Puffelen

273k36 gold badges443 silver badges464 bronze badges




273k36 gold badges443 silver badges464 bronze badges










asked Mar 28 at 1:46









mesqueebmesqueeb

1,40118 silver badges39 bronze badges




1,40118 silver badges39 bronze badges















  • It turns out this is possible. I didn't know this until now, so I'm now going to turn off the alerts on some of my own public databases. :)

    – Frank van Puffelen
    Mar 28 at 3:38











  • Hehe i’m happy !! Thanks a lot. Appreciate your upvote.

    – mesqueeb
    Mar 28 at 6:50

















  • It turns out this is possible. I didn't know this until now, so I'm now going to turn off the alerts on some of my own public databases. :)

    – Frank van Puffelen
    Mar 28 at 3:38











  • Hehe i’m happy !! Thanks a lot. Appreciate your upvote.

    – mesqueeb
    Mar 28 at 6:50
















It turns out this is possible. I didn't know this until now, so I'm now going to turn off the alerts on some of my own public databases. :)

– Frank van Puffelen
Mar 28 at 3:38





It turns out this is possible. I didn't know this until now, so I'm now going to turn off the alerts on some of my own public databases. :)

– Frank van Puffelen
Mar 28 at 3:38













Hehe i’m happy !! Thanks a lot. Appreciate your upvote.

– mesqueeb
Mar 28 at 6:50





Hehe i’m happy !! Thanks a lot. Appreciate your upvote.

– mesqueeb
Mar 28 at 6:50












1 Answer
1






active

oldest

votes


















3















You can turn these emails off from the Alerts settings in the Firebase console




To configure alerts, do the following:



  1. Click 🛎 Firebase alerts in the upper-right corner of the Firebase console.


  2. Choose the project that you want to receive email alerts about.


  3. Check relevant boxes to choose whether you'd like alerts in the Firebase Console, over email, or both.




Also see: Configure Email Alerts






share|improve this answer
























    Your Answer






    StackExchange.ifUsing("editor", function ()
    StackExchange.using("externalEditor", function ()
    StackExchange.using("snippets", function ()
    StackExchange.snippets.init();
    );
    );
    , "code-snippets");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "1"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55388991%2fstop-firestore-warning-that-everyone-can-read-data%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    3















    You can turn these emails off from the Alerts settings in the Firebase console




    To configure alerts, do the following:



    1. Click 🛎 Firebase alerts in the upper-right corner of the Firebase console.


    2. Choose the project that you want to receive email alerts about.


    3. Check relevant boxes to choose whether you'd like alerts in the Firebase Console, over email, or both.




    Also see: Configure Email Alerts






    share|improve this answer





























      3















      You can turn these emails off from the Alerts settings in the Firebase console




      To configure alerts, do the following:



      1. Click 🛎 Firebase alerts in the upper-right corner of the Firebase console.


      2. Choose the project that you want to receive email alerts about.


      3. Check relevant boxes to choose whether you'd like alerts in the Firebase Console, over email, or both.




      Also see: Configure Email Alerts






      share|improve this answer



























        3














        3










        3









        You can turn these emails off from the Alerts settings in the Firebase console




        To configure alerts, do the following:



        1. Click 🛎 Firebase alerts in the upper-right corner of the Firebase console.


        2. Choose the project that you want to receive email alerts about.


        3. Check relevant boxes to choose whether you'd like alerts in the Firebase Console, over email, or both.




        Also see: Configure Email Alerts






        share|improve this answer













        You can turn these emails off from the Alerts settings in the Firebase console




        To configure alerts, do the following:



        1. Click 🛎 Firebase alerts in the upper-right corner of the Firebase console.


        2. Choose the project that you want to receive email alerts about.


        3. Check relevant boxes to choose whether you'd like alerts in the Firebase Console, over email, or both.




        Also see: Configure Email Alerts







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 28 at 3:34









        Frank van PuffelenFrank van Puffelen

        273k36 gold badges443 silver badges464 bronze badges




        273k36 gold badges443 silver badges464 bronze badges





















            Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.







            Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.



















            draft saved

            draft discarded
















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55388991%2fstop-firestore-warning-that-everyone-can-read-data%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

            Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

            Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript