Upgrade to Pro — share decks privately, control downloads, hide ads and more …

2019/12/5 Cloud Firestore でチャットを作る

2019/12/5 Cloud Firestore でチャットを作る

Satoru Nakamatsu

December 10, 2019
Tweet

Other Decks in Programming

Transcript

  1. 自己紹介 中松悟 37歳 ハンズ8年目のエンジニア 忘年会の景品:すずめ雀 普段の仕事でやっていること ・Xen ・Solaris ・CentOS 6/7 ・Apache ・Nginx

    ・MySQL ・Python ・Django ・AngularJS ・jQuery ・Emacs ・PyCharm ・Ansible ・Git ・GitLab ・CI / CD Pipeline ・Docker ・Google Cloud ・App Engine ・Cloud Functions ・Cloud SQL ・Firebase ・Cloud Messaging ・Cloud Firestore ・Google Maps API ・YouTube API ・Google OAuth ・Google Search Console API ・PayPal API ・Plesk
  2. リレーショナルか?非リレーショナルか? リレーショナル ・Cloud Spanner ・Cloud SQL 非リレーション ・Cloud Bigtable ・Cloud

    Firestore ・Firebase Realtime Database ・Cloud Memorystore https://cloud.google.com/products/databases/?hl=ja
  3. セキュリティ ルール Cloud Firestore セキュリティ ルール ユーザデータベースのアクセスを構築するには、 Cloud Firestore セキュリティ

    ルールを適用した Firebase Authentication を使用してください。(オ フィシャル引用) https://firebase.google.com/docs/firestore/security/get-started ?hl=ja
  4. 料金 無料割り当て 保存データ:1GiB ドキュメントの読み取り: 50,000/日 ドキュメントの書き込み: 20,000/日 ドキュメントの削除:20,000/日 ネットワーク(下り): 10GiB/月

    無料割り当て超過分の料金 保存データ:$0.115/GiB/月 ドキュメントの読み取り: 100,000あたり$0.038 ドキュメントの書き込み: 100,000あたり$0.115 ドキュメントの削除:100,000あたり$0.013 ネットワーク(下り): GiBあたり$0.01