Skip to main content
Kelvas blog
  1. Categories/

Service

2021


Firebase : Functions

·1159 words·6 mins
Firebase is a very complete service offered by Google that allows a large number of things: Authentication Database Storage Hosting Functions ML Kit Crashlytics Performance Test Lab … And many other things! The part we are interested in today is the cloud function. As you probably know, cloud functions are simple pieces of code executed on demand. They are generally serveless and can therefore be executed anywhere and at any time without being repeated in a specific context.