Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Sign up for free
Menu
Search
Features
All features
Private URLs
Password Protection
Custom URLS
Scheduled publishing
Remove Branding
Restrict embedding
Deck Collections
Notes
Explore
Featured decks
Featured speakers
Programming
Technology
Storyboards
Pricing
Search
Sign in
Sign up for free
Getting Started with Other Firebase Features
Search
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Arnelle Balane
July 25, 2020
Programming
230
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
Getting Started with Other Firebase Features
Arnelle Balane
July 25, 2020
More Decks by Arnelle Balane
See All by Arnelle Balane
Introduction to building Chrome Extensions
arnellebalane
0
150
Color Palettes Of The Most Colorful Birds
arnellebalane
0
150
Let's build a video streaming app using Web technologies
arnellebalane
0
170
Let's build a video calling app with Web technologies and Firebase!
arnellebalane
0
200
Ridiculous Scientific Names
arnellebalane
0
320
Fishes With Terrestrial-Animal Names
arnellebalane
0
170
Making the Web more capable with Project Fugu
arnellebalane
0
150
Frontend Web Development in 2021+
arnellebalane
0
200
Extending CSS using Houdini
arnellebalane
0
160
Other Decks in Programming
See All in Programming
[DroidKaigi 2026] Bring your own phones to Gradle Managed Devices
f2lk
0
110
【DroidKaigi 2026】「アクセシビリティを利用するとき、 アクセシビリティもまたこちらを利用している」 〜マルウェアによる攻撃と防衛について〜
halunoyo
0
410
フロントエンドUIフレームワークのこれまでとこれから
ssssota
1
900
Hello, Hiroshima Geospatial Data! — Exploring DoboX with Python
ra0kley
0
180
GKE で Pod の見方を変えたら、スケールアウト時の挙動を真に捉えられた話
stkk
0
100
WebMCP Challenge に星空観察アプリで参加した話
okajun35
0
110
What We Talk About When We Talk About XP
m_seki
2
420
型解析で実現する Go の言語内 DSL / Conference に Go! タイムテーブルの歩き方 for Gophers
mazrean
0
130
アクセシビリティから考える情報設計
high_g_engineer
0
320
Webプラットフォームで議論されているセキュリティ課題 / Security issues being discussed on Web Platforms
petamoriken
0
260
高専キャリア LT 発表内容
crysta1221
6
5.6k
RSSとCodexを使ってX投稿自動化してみた
ochtum
0
110
Featured
See All Featured
RailsConf 2023
tenderlove
30
1.5k
Gemini Prompt Engineering: Practical Techniques for Tangible AI Outcomes
mfonobong
2
520
Organizational Design Perspectives: An Ontology of Organizational Design Elements
kimpetersen
PRO
1
820
The agentic SEO stack - context over prompts
schlessera
0
910
Large-scale JavaScript Application Architecture
addyosmani
515
110k
ラッコキーワード サービス紹介資料
rakko
1
4.8M
What the history of the web can teach us about the future of AI
inesmontani
PRO
1
680
The AI Revolution Will Not Be Monopolized: How open-source beats economies of scale, even for LLMs
inesmontani
PRO
3
3.7k
Leo the Paperboy
mayatellez
8
2.2k
jQuery: Nuts, Bolts and Bling
dougneiner
66
8.6k
Odyssey Design
rkendrick25
PRO
2
800
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.9k
Transcript
Software Developer, Newlogic Arnelle Balane @arnellebalane Getting Started with Other
Firebase Features
Arnelle Balane Software Developer at Newlogic Google Developers Expert for
Web Technologies I write about Web stuff on my blog, arnellebalane.com @arnellebalane
None
None
None
Prerequisites Necessary setup before we get started
Prerequisites Create Firebase project Go to the Firebase Console https://console.firebase.google.com
None
None
None
Prerequisites Install the Firebase CLI Installation Guide: https://firebase.google.com/docs/cli
None
None
Prerequisites Initialize Firebase
None
None
None
None
None
Prerequisites Add the Firebase SDK From Hosting URLs, the CDN,
or using module bundlers
None
None
None
None
None
Prerequisites More info Web setup documentation: https://firebase.google.com/docs/web/setup
Firebase Hosting
None
None
Different websites, but have access to the same Firebase resources
within the project Use case: Public-facing website, Admin panel Multiple Hosting sites https://firebase.google.com/docs/hosting/multisites
None
None
None
None
None
None
None
Firebase Hosting More info Documentation https://firebase.google.com/docs/hosting
Firebase Authentication
Google Play Games Game Center Facebook Twitter Email Phone Anonymous
Sign-in methods GitHub Yahoo Microsoft Apple
None
None
None
None
More authentication features at https://firebase.google.com/docs/auth Send confirmation and password reset
emails Account linking Upgradable anonymous users
None
Ready-made, drop-in UI library Implements complete user flows for all
Firebase Authentication sign-in methods Available for Web, Android, and iOS platforms FirebaseUI https://firebase.google.com/docs/auth/web/firebaseui
None
None
None
None
None
None
Firebase Authentication More info https://firebase.google.com/docs/auth https://github.com/firebase/firebaseui-web
Firebase Admin SDK
Interact with Firebase from your own server environment Firebase Admin
SDK https://firebase.google.com/docs/admin/setup
None
None
None
None
None
None
None
Firebase Admin SDK More info Documentation: https://firebase.google.com/docs/reference/admin
Cloud Firestore
NoSQL document database Keep data in sync across client apps
using realtime capabilities Offline support Cloud Firestore https://firebase.google.com/docs/firestore
vs Choose a Database https://firebase.google.com/docs/database/rtdb-vs-firestore
None
None
None
None
None
None
None
None
None
None
Cloud Firestore More info https://firebase.google.com/docs/firestore https://firebase.google.com/docs/reference/js/firebase.firestore
Firebase Security Rules
None
None
None
None
None
None
None
None
None
None
Authentication using Firebase Security Rules
None
Data Validation using Firebase Security Rules
None
Access Control using Firebase Security Rules
None
None
Firebase Security Rules More info Documentation: https://firebase.google.com/docs/rules
Custom User Claims
None
None
None
None
None
Documentation: https://firebase.google.com/docs/auth/admin/custom-claims Custom User Claims More info
Cloud Storage for Firebase
None
None
None
None
None
Documentation: https://firebase.google.com/docs/storage Cloud Storage for Firebase More info
Firebase Cloud Messaging
None
None
None
None
None
Patterns for promoting PWA installation https://web.dev/promote-install/
None
None
None
None
None
None
None
None
None
None
None
Documentation: https://firebase.google.com/docs/cloud-messaging Firebase Cloud Messaging More info
Firebase Performance Monitoring
None
None
None
None
Documentation: https://firebase.google.com/docs/perf-mon Firebase Performance Monitoring More info
Firebase Remote Config
None
None
None
None
None
None
None
None
None
None
None
None
None
None
Documentation: https://firebase.google.com/docs/remote-config Firebase Remote Config More info
Firebase Pricing
None
Documentation: https://firebase.google.com/pricing Firebase Pricing More info
Cloud Functions for Firebase
Automatically run backend code in response to events triggered by
other Firebase services Code is managed and run in Google’s cloud Cloud Functions for Firebase https://firebase.google.com/docs/functions
None
None
None
None
None
None
None
None
HTTP Functions
Callable Functions
None
Background Functions
None
Scheduled Functions
Documentation: https://firebase.google.com/docs/functions Cloud Functions for Firebase More info
Local Emulator Suite
None
None
None
None
None
None
None
Documentation: https://firebase.google.com/docs/emulator-suite Local Emulator Suite More info
Firebase Extensions
Pre-packaged functionalities that we can deploy to our apps quickly
Firebase Extensions https://firebase.google.com/docs/extensions
None
None
None
None
None
None
None
Documentation: https://firebase.google.com/docs/extensions Firebase Extensions More info
Authentication FirebaseUI Cloud Firestore Cloud Storage Security Rules Custom User
Claims Recap! Hosting Cloud Messaging Performance Monitoring Remote Config Cloud Functions Local Emulator Suite Extensions
Getting Started with Other Firebase Features Arnelle Balane That’s all
for today! Thank you!