Skip to main content
Kelvas blog
  1. Tags/

firebase

2021


Firebase and Azure DevOps

·1199 words·6 mins
Firebase # As I have already mentioned in this article, Firebase is a service offered by Google for mobile and web developers to facilitate a large number of parts of application development: Authentication NoSql Database cloud function Storage (image, video, …) Web application hosting Real-time database Test lab Crash reporting in real time Remote config Cloud messaging It is therefore a very useful service for the rapid prototyping of an application and even for an application in production and all this for a very modest price.

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.