Building Applications
with Firebase Clouds
Functions
I am Auwal MS
Software Engineer, Intellectual Apps Ltd
Community Manager at GDG Lafia.
Tweets: @auwalms_
Hello!
Firebase Overview
Google Cloud Platform for Mobile Applications
1
Cloud Functions for
Firebase1
Cloud Functions:
What are thou?
How do Cloud Functions work?
Cloud Functions + Firebase
Firebase Integrates with:
◉Realtime Database
◉Firebase Authentication
◉Storage
◉Cloud Messaging (Pub/Sub)
◉Firebase Analytics
Also serves as HTTP trigger.
Realtime Database
Authentication
Storage
Storage Trigger
Notification
Firebase Cloud Messaging
Firebase Analytics
HTTP Trigger
External Http Trigger
What do I need to start using
functions?
 Enable Functions on your Firebase Console
 Import the necessary modules
 Code your triggers
 Deploy your functions {
firebase deploy --only functions
}
Any questions ?
Thanks!
Resources
Function Snippets - http://bit.ly/functions-
examples
Codelab - http://bit.ly/next17-codelabs
More Reading - http://bit.ly/firebase-functions
Credits
Special thanks to all the people who made and
released these awesome resources for free:
◉Presentation template by SlidesCarnival
◉Photographs by Unsplash

Getting Started with Firebase Cloud Functions