Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
Getting Started with Other Firebase Features
Arnelle Balane
July 25, 2020
Programming
0
80
Getting Started with Other Firebase Features
Arnelle Balane
July 25, 2020
Tweet
Share
More Decks by Arnelle Balane
See All by Arnelle Balane
Ridiculous Scientific Names
arnellebalane
0
33
Fishes With Terrestrial-Animal Names
arnellebalane
0
37
Making the Web more capable with Project Fugu
arnellebalane
0
41
Frontend Web Development in 2021+
arnellebalane
0
85
Extending CSS using Houdini
arnellebalane
0
35
Securing user accounts with WebAuthn
arnellebalane
0
12
Introduction to Web Development
arnellebalane
1
150
Introduction to JavaScript
arnellebalane
1
70
Building PWAs using Workbox
arnellebalane
0
120
Other Decks in Programming
See All in Programming
Groovy Roadmap
paulk
7
13k
Android Architecture Design With Koin
agiuliani
0
200
人類には難しいZynqで組み込みRust
ikemori
0
460
Where and how to run UI tests (Droidcon London, 2021)
nonews
0
200
roadmap to rust 2024
matsu7874
1
340
Get Ready for Jakarta EE 10
ivargrimstad
0
1.6k
Named Document って何?
harunakano
0
140
Android入門
hn410
0
300
クリエイティブ系のウェブサイト制作で役立つCSS技法 / CSS for develop creative website
clockmaker
1
870
Micro Frontend Routing – Solutions for mature applications - iJS 04/2022
michaelzikes
0
150
You CANt teach an old dog new tricks
michaelbukachi
0
110
既存のプロジェクトにKMMを導入するための対応策
martysuzuki
2
280
Featured
See All Featured
Streamline your AJAX requests with AmplifyJS and jQuery
dougneiner
125
8.5k
Thoughts on Productivity
jonyablonski
43
2.2k
Done Done
chrislema
174
14k
Fireside Chat
paigeccino
11
1.2k
BBQ
matthewcrist
74
7.9k
Building Your Own Lightsaber
phodgson
94
4.6k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
226
15k
A designer walks into a library…
pauljervisheath
196
16k
Building an army of robots
kneath
299
40k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
3
420
ParisWeb 2013: Learning to Love: Crash Course in Emotional UX Design
dotmariusz
100
5.9k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
29
4.3k
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!