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
Firebase Analytics 使用感
Search
Takahiro Shimokawa
May 30, 2016
Programming
0
850
Firebase Analytics 使用感
Firebase Analyticsを試した内容を、Google I/O 2016 情報共有会でLTしたときの資料です。
Takahiro Shimokawa
May 30, 2016
Tweet
Share
More Decks by Takahiro Shimokawa
See All by Takahiro Shimokawa
PlayStoreでの新しいユーザー訴求 -LiveOpsの活用とその成果-
androhi
0
2.3k
ConcatAdapterを深掘る
androhi
1
370
Android Studio 4.1推しポイント!
androhi
0
1.2k
一人開発でつまづいたときの処方箋
androhi
0
300
Androidの物理ベースアニメーション
androhi
1
560
ConstraintLayout再入門
androhi
2
3.4k
Support Library v23.2 overview
androhi
0
650
Support Library 総復習
androhi
2
2.4k
(続)エンジニアのためのSketch3入門
androhi
1
2.8k
Other Decks in Programming
See All in Programming
HTTP compression in PHP and Symfony apps
dunglas
2
1.7k
Recoilを剥がしている話
kirik
5
6.6k
あれやってみてー駆動から成長を加速させる / areyattemite-driven
nashiusagi
1
200
[JAWS-UG横浜 #76] イケてるアップデートを宇宙いち早く紹介するよ!
maroon1st
0
450
コンテナをたくさん詰め込んだシステムとランタイムの変化
makihiro
1
120
テスト自動化失敗から再挑戦しチームにオーナーシップを委譲した話/STAC2024 macho
ma_cho29
1
1.3k
return文におけるstd::moveについて
onihusube
1
900
快速入門可觀測性
blueswen
0
330
複雑な仕様に立ち向かうアーキテクチャ
myohei
0
170
良いユニットテストを書こう
mototakatsu
5
1.9k
nekko cloudにおけるProxmox VE利用事例
irumaru
3
420
「Chatwork」Android版アプリを 支える単体テストの現在
okuzawats
0
180
Featured
See All Featured
Designing Experiences People Love
moore
138
23k
Fantastic passwords and where to find them - at NoRuKo
philnash
50
2.9k
Reflections from 52 weeks, 52 projects
jeffersonlam
347
20k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
95
17k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
45
2.2k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
Designing for Performance
lara
604
68k
Put a Button on it: Removing Barriers to Going Fast.
kastner
59
3.6k
Building an army of robots
kneath
302
44k
The Invisible Side of Design
smashingmag
298
50k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.2k
Transcript
Firebase Analytics ༻ײ Google I/O 2016 ใڞ༗ձ in Fablic. @androhi
About me → גࣜձࣾ Zaim → Android ΞϓϦ୲ → DroidKaigi
- SupportLibrary @androhi
چ Firebase → mBaas (Mobile Backend as a Service) →
Realtime Database → ՝ۚํࣜ @androhi
৽ Firebase → mBaas (Mobile Backend as a Service) →
Develop → Grow → Earn → Ұ෦՝ۚํࣜ → Ճػೳແྉ @androhi
Develop - 1 → Realtime Database → Authentication → Cloud
Messaging → Storage → Hosting @androhi
Develop - 2 → Remote Config → Test Lab →
Crasy Reporting @androhi
Grow → Notifications → App Indexing → Dynamic Links →
Invites → AdWords @androhi
Earn → AdMob @androhi
Firebase Analytics @androhi
→ Android / iOS → Introduction @androhi
@androhi
ಋೖखॱ → Firebase SDK ηοτΞοϓ → ίϯιʔϧઃఆ → ॳظԽίʔυͷ࣮ @androhi
Firebase SDK ηοτΞοϓ @androhi
build.gradle dependencies { classpath 'com.android.tools.build:gradle:2.1.0' classpath 'com.google.gms:google-services:3.0.0' } @androhi
app/build.gradle dependencies { ... compile 'com.google.firebase:firebase-core:9.0.0' } apply plugin: 'com.google.gms.google-services'
@androhi
ίϯιʔϧઃఆ @androhi
Firebase console → https://firebase.google.com/console/ → ΞϓϦʢύοέʔδ໊ʣΛొ @androhi
→ ઃఆϑΝΠϧ DLʢgoogle- services.jsonʣ → ϓϩδΣΫτʹஔ @androhi
ॳظԽίʔυͷ࣮ @androhi
MainActivity.java public class MainActivity extends AppCompatActivity { private FirebaseAnalytics mFirebaseAnalytics;
@Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); mFirebaseAnalytics = FirebaseAnalytics.getInstance(this); } @androhi
ࣗಈͰܭଌ @androhi
I/O 2016 ͷηογϣϯ 1. Firebase Overview → σϞ͕ଟ͘ओཁػೳͷհ 2. Use
Firebase Analytics to Build Extraordinary Apps → ओʹμογϡϘʔυͷ͍ํ @androhi
·ͱΊ → ͱʹ͔͘ಋೖ͕؆୯ → μογϡϘʔυݟ͍͢ → ଞͷػೳͱ࿈ܞͰ͖Δ @androhi
ิ ͏ͪΐͬͱࡉ͔͍༰Λɺϒϩάʹॻ͖ ·ͨ͠ɻ Firebase Analytics Overview @androhi
͋Γ͕ͱ͏͍͟͝·ͨ͠ @androhi