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
Introduction To Firebase - GDGMaiduguri
Search
ibn_abubakre
November 08, 2021
0
10
Introduction To Firebase - GDGMaiduguri
ibn_abubakre
November 08, 2021
Tweet
Share
More Decks by ibn_abubakre
See All by ibn_abubakre
Getting started with web development - GSDC Makerere
ibn_abubakre
0
62
Measuring web vitals with lighthouse (Google I/O extended GDGMpape 2021))
ibn_abubakre
0
10
Web accessibility Best Practices
ibn_abubakre
0
23
Featured
See All Featured
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Producing Creativity
orderedlist
PRO
347
40k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Done Done
chrislema
185
16k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
51
5.6k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
Transcript
Firebase
❖ Frontend developer ❖ Everything JavaScript ❖ Organizer JSMinna ❖
Co-organizer GDGBida ❖ Core Team Member GDGMinna ❖ Wannabe gamer and football lover ABDULQUDUS ABUBAKRE ibn_abubakre abdulqudus001
What is Firebase Firebase is many things. It is authentication,
it is a database, it is a cloud storage etc. To sum it all, firebase can be seen as a Backend-as-a-Service (BaaS)
Backend-as-a-Service(BaaS) Backend-as-a-Service (BaaS) is a cloud service model in which
developers outsource all the behind-the-scenes (backend) aspects of an application so that they only have to focus on the user facing side.
None
Features Of Firebase ❖ Cloud firestore ❖ Real time database
❖ Cloud functions ❖ Authentication ❖ Hosting ❖ Cloud storage ❖ Performance monitoring ❖ Google analytics etc
Why use firebase? ❖ Realtime database ❖ Static file hosting
❖ You don’t have to worry about infrastructure ❖ Ready-made API ❖ Email & Password, Google, facebook and github authentication
Firebase: cons ❖ It’s difficult to make complex queries ❖
Data migration can be difficult as all the data is hosted on firebase ❖ Not completely iOS friendly
Thank you! ibn_abubakre abdulqudus001