<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>decoch</author_name>
  <author_url>https://blog.hatena.ne.jp/decoch/</author_url>
  <blog_title>decochのブログ</blog_title>
  <blog_url>https://decoch.hatenablog.com/</blog_url>
  <categories>
    <anon>flutter</anon>
    <anon>Firebase</anon>
    <anon>Firestore</anon>
  </categories>
  <description>Flutter と Firebase を使ってリアルタイムのアプリを開発する方法を説明していきます。 firebase.flutter.dev ライブラリの追加 pubspec.yaml を変更して追加します。 dependencies: flutter: sdk: flutter firebase_core: &quot;^0.7.0&quot; cloud_firestore: &quot;^0.16.0&quot; ドキュメントの変更イベントを検知する snapshots() を使うことで変更の検知できます。 1つのドキュメントの場合 class Example1 extends StatelessWidget { @over…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdecoch.hatenablog.com%2Fentry%2F2021%2F01%2F18%2F193235&quot; title=&quot;Firestore × Flutterでリアルタイムにデータ変更を検知する - decochのブログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-01-18 19:32:35</published>
  <title>Firestore × Flutterでリアルタイムにデータ変更を検知する</title>
  <type>rich</type>
  <url>https://decoch.hatenablog.com/entry/2021/01/18/193235</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
