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
380
ゼロから始める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
970
JSON関数と共に歩む、BigQueryを使った超汎化型データ活用基盤
mura123yasu
0
400
引きこもって作ってみた!おうちKubernetes
mura123yasu
0
3.9k
Harbor
mura123yasu
0
89
CloudEvents
mura123yasu
0
380
GKE -IP体系のはなし-
mura123yasu
0
140
envoy - Resilience -
mura123yasu
0
64
containerd
mura123yasu
0
97
etcd
mura123yasu
0
120
Other Decks in Technology
See All in Technology
LINE Messengerの次世代ストレージ選定
lycorptech_jp
PRO
19
7.6k
Kaggleの経験が実務にどう活きているか / kaggle_findy
sansan_randd
7
1.3k
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
11k
Kiro のクレジットを使い切る!
otanikohei2023
0
120
SRE NEXT 2026 CfP レビュアーが語る聞きたくなるプロポーザルとは?
yutakawasaki0911
0
100
[AEON TECH HUB #24] お客様の長期的興味の理解に向けて
alpicola
0
130
JAWS DAYS 2026 楽しく学ぼう!ストレージ 入門
yoshiki0705
2
120
vLLM Community Meetup Tokyo #3 オープニングトーク
jpishikawa
0
240
「Blue Team Labs Online」入門 - みんなで挑むログ解析バトル
v_avenger
0
130
ブラックボックス観測に基づくAI支援のプロトコルのリバースエンジニアリングと再現~AIを用いたリバースエンジニアリング~ @ SECCON 14 電脳会議 / Reverse Engineering and Reproduction of an AI-Assisted Protocol Based on Black-Box Observation @ SECCON 14 DENNO-KAIGI
chibiegg
0
160
AWSをCLIで理解したい! / I want to understand AWS using the CLI
mel_27
2
240
Kubernetesにおける推論基盤
ry
1
130
Featured
See All Featured
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
Producing Creativity
orderedlist
PRO
348
40k
Future Trends and Review - Lecture 12 - Web Technologies (1019888BNR)
signer
PRO
0
3.3k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
25
1.8k
How to Get Subject Matter Experts Bought In and Actively Contributing to SEO & PR Initiatives.
livdayseo
0
81
Accessibility Awareness
sabderemane
0
74
Lessons Learnt from Crawling 1000+ Websites
charlesmeaden
PRO
1
1.1k
Docker and Python
trallard
47
3.8k
Reflections from 52 weeks, 52 projects
jeffersonlam
356
21k
svc-hook: hooking system calls on ARM64 by binary rewriting
retrage
2
150
The Curious Case for Waylosing
cassininazir
0
260
The untapped power of vector embeddings
frankvandijk
2
1.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.