I share this blog with my thoughts and creations from my daily programming, knowledge, and technology updates.
Apps Scriptリファレンス: Apps Script Reference
|障害・課題追跡: IssueTracker
|Google Workspace: Status Dashboard
- Summary
2019年11月6日水曜日
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
Google Classroom API でクラスの一覧を取得したい
自分が指導・参加しているクラスの名称とIDを取得するコードを試しました 下記 Code.gs では pageSize で 100 を設定していますが 必ず 100件 返ってくるとは限らないらしいです https://developers.google.com/workspace/...