I share this blog with my thoughts and creations from my daily programming, knowledge, and technology updates.
Wednesday, November 6, 2019
Cloud Firestoreのルールを安全にしたい
Gmailの件名:
[Firebase] Cloud Firestore データベースに安全でないルールがあります
というメールが来ました。
メールの「詳細」をクリックすると英語版のページが開いて対処方法が書かれていました。
英語版
Fix insecure rules
https://firebase.google.com/docs/firestore/security/insecure-rules
日本語版
安全でないルールを修正する
https://firebase.google.com/docs/firestore/security/insecure-rules?hl=ja
僕は「詳細」ボタンを押さずにGmailの件名でググってしまいましたが、一番上に「安全でないルールを修正する」が出てきたので、たぶんこのブログに辿り着く人はいないと思いますが、備忘録として。
Latest post
Creating a template copier app in Google Apps Script
Introduction This article will show you a template copier application in Google Apps Script. This application will automatically copy a t...