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
890
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.6k
ConcatAdapterを深掘る
androhi
1
420
Android Studio 4.1推しポイント!
androhi
0
1.3k
一人開発でつまづいたときの処方箋
androhi
0
350
Androidの物理ベースアニメーション
androhi
1
610
ConstraintLayout再入門
androhi
2
3.5k
Support Library v23.2 overview
androhi
0
680
Support Library 総復習
androhi
2
2.5k
(続)エンジニアのためのSketch3入門
androhi
1
2.9k
Other Decks in Programming
See All in Programming
ktr0731/go-mcpでMCPサーバー作ってみた
takak2166
0
120
Javaに鉄道指向プログラミング (Railway Oriented Pro gramming) のエッセンスを取り入れる/Bringing the Essence of Railway-Oriented Programming to Java
cocet33000
1
480
eBPFを用いたAIネットワーク監視システム論文の実装 / eBPF Japan Meetup #4
yuukit
3
710
衛星の軌道をWeb地図上に表示する
sankichi92
0
260
漸進。
ssssota
0
1.6k
Effect の双対、Coeffect
yukikurage
4
1.1k
事業戦略を理解してソフトウェアを設計する
masuda220
PRO
18
5.6k
RubyKaigi Hack Space in Tokyo & 函館最速 "予習" 会 / RubyKaigi Hack Space in Tokyo & The Fastest Briefing of RubyKaigi 2026 in Hakodate
moznion
1
130
Spring gRPC で始める gRPC 入門 / Introduction to gRPC with Spring gRPC
mackey0225
2
430
ドメインモデリングにおける抽象の役割、tagless-finalによるDSL構築、そして型安全な最適化
knih
9
1.4k
TypeScriptのmoduleオプションを改めて整理する
bicstone
4
460
生成AIで日々のエラー調査を進めたい
yuyaabo
0
260
Featured
See All Featured
The Invisible Side of Design
smashingmag
299
50k
A Modern Web Designer's Workflow
chriscoyier
693
190k
Making Projects Easy
brettharned
116
6.2k
Optimizing for Happiness
mojombo
378
70k
A better future with KSS
kneath
239
17k
Rails Girls Zürich Keynote
gr2m
94
13k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Code Review Best Practice
trishagee
68
18k
It's Worth the Effort
3n
184
28k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.6k
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