Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
ゼロから始めるFlutter生活 - Prologue
Search
Yasuhiro Murata
May 25, 2020
Technology
0
350
ゼロから始めるFlutter生活 - Prologue
Flutterでのアプリ開発に際し、Cloud FirestoreとRealtime Databaseのどちらを使うか悩んだ話。
Yasuhiro Murata
May 25, 2020
Tweet
Share
More Decks by Yasuhiro Murata
See All by Yasuhiro Murata
N:Nツリー構造データにおけるグラフDB活用
mura123yasu
0
850
JSON関数と共に歩む、BigQueryを使った超汎化型データ活用基盤
mura123yasu
0
340
引きこもって作ってみた!おうちKubernetes
mura123yasu
0
3.7k
Harbor
mura123yasu
0
78
CloudEvents
mura123yasu
0
330
GKE -IP体系のはなし-
mura123yasu
0
110
envoy - Resilience -
mura123yasu
0
52
containerd
mura123yasu
0
69
etcd
mura123yasu
0
110
Other Decks in Technology
See All in Technology
(非公式) AWS Summit Japan と 海浜幕張 の歩き方 2025年版
coosuke
PRO
1
270
技術職じゃない私がVibe Codingで感じた、AGIが身近になる未来
blueb
0
130
QAはソフトウェアエンジニアリングを学んで実践するのが大事なの
ymty
1
400
Long journey of Continuous Delivery at Mercari
hisaharu
1
220
キャディでのApache Iceberg, Trino採用事例 -Apache Iceberg and Trino Usecase in CADDi--
caddi_eng
0
150
DB 醬,嗨!哪泥嘎斯基?
line_developers_tw
PRO
0
220
Tensix Core アーキテクチャ解説
tenstorrent_japan
0
360
マルチテナント+マルチプロダクト SaaS への AI Agent の組み込み方
kworkdev
PRO
2
350
上長や社内ステークホルダーに対する解像度を上げて、より良い補完関係を築く方法 / How-to-increase-resolution-and-build-better-complementary-relationships-with-your-bosses-and-internal-stakeholders
madoxten
13
7.7k
API の仕様から紐解く「MCP 入門」 ~MCP の「コンテキスト」って何だ?~
cdataj
0
160
Agentic DevOps時代の生存戦略
kkamegawa
0
410
kotlin-lsp を Emacs で使えるようにしてみた / use kotlin-lsp in Emacs
nabeo
0
150
Featured
See All Featured
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
Writing Fast Ruby
sferik
628
61k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
How to train your dragon (web standard)
notwaldorf
92
6.1k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
123
52k
Mobile First: as difficult as doing things right
swwweet
223
9.7k
Git: the NoSQL Database
bkeepers
PRO
430
65k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.5k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
6
690
Java REST API Framework Comparison - PWX 2021
mraible
31
8.6k
Transcript
ゼロから始めるFlutter生活 – Prologue Yasuhiro Murata 2020.05.25
カブ価
None
価格変動を可視化したい
None
こいつを使おう(Web版)
目指した姿 u 画面からライトにデータアクセスできる形にしたい
FlutterのChartJSプラグイン 使ったり
Future型で愛社精神が育まれたり
などなどありますが、
今日はFlutter云々の前に いくつかの躓きポイントがあった話
Cloud Firestore vs Realtime Database
基本的にはCloud Firestore を使えばいいのですが...
Cloud Firestore vs Realtime Database u どちらを使えばいいのか • Flutter Plugin
for Webの対応状況的にCloud Firestore1択だった こっちのPluginは Web版に対応していない こっちのPluginは Web版に対応しているが...
Native Mode vs Datastore Mode u しかしCloud Firestoreを使えば良いというものでもなかった • Datastore
ModeだとCloud Firestore APIが使えない Could not reach Cloud Firestore backend. Connection failed 1 times. Most recent error: FirebaseError: [code=failed-precondition]: The Cloud Firestore API is not available for Datastore Mode projects. Datastore Modeはダメ!
Native Mode vs Datastore Mode u Mode違うなら変更しちゃえば...って、できないの?! • Cloud Firestoreは作成時にModeを選択する
• Native Mode or Datastore Mode • 設定はプロジェクトごとにPermanent • 一度作成したら変更ができない まじかぁぁぁぁぁぁ!
おとなしく Cloud Firestoreを Native Modeで使おう
Fin.