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
880
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.5k
ConcatAdapterを深掘る
androhi
1
410
Android Studio 4.1推しポイント!
androhi
0
1.3k
一人開発でつまづいたときの処方箋
androhi
0
330
Androidの物理ベースアニメーション
androhi
1
590
ConstraintLayout再入門
androhi
2
3.5k
Support Library v23.2 overview
androhi
0
670
Support Library 総復習
androhi
2
2.5k
(続)エンジニアのためのSketch3入門
androhi
1
2.9k
Other Decks in Programming
See All in Programming
PHP で学ぶ OAuth 入門
azuki
1
210
タイムゾーンの奥地は思ったよりも闇深いかもしれない
suguruooki
1
740
エンジニア向けCursor勉強会 @ SmartHR
yukisnow1823
2
5.9k
これだけは知っておきたいクラス設計の基礎知識 version 2
masuda220
PRO
24
6.6k
Youtube Lofier - Chrome拡張開発
ninikoko
0
2.5k
PHPで書いたAPIをGoに書き換えてみた 〜パフォーマンス改善の可能性を探る実験レポート〜
koguuum
0
180
KANNA Android の技術的課題と取り組み
watabee
0
120
サービスレベルを管理してアジャイルを加速しよう!! / slm-accelerate-agility
tomoyakitaura
1
190
Exit 8 for SwiftUI
ojun9
0
140
実践Webフロントパフォーマンスチューニング
cp20
35
8k
サービスクラスのありがたみを発見したときの思い出 #phpcon_odawara
77web
4
690
Making TCPSocket.new "Happy"!
coe401_
1
2k
Featured
See All Featured
A designer walks into a library…
pauljervisheath
205
24k
Art, The Web, and Tiny UX
lynnandtonic
298
20k
How to Think Like a Performance Engineer
csswizardry
23
1.5k
Building Adaptive Systems
keathley
41
2.5k
Building a Modern Day E-commerce SEO Strategy
aleyda
40
7.2k
Fontdeck: Realign not Redesign
paulrobertlloyd
84
5.5k
Rails Girls Zürich Keynote
gr2m
94
13k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
12k
Facilitating Awesome Meetings
lara
54
6.3k
The Cult of Friendly URLs
andyhume
78
6.3k
Statistics for Hackers
jakevdp
798
220k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
47
2.7k
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