Firebase Cloud Functions Tutorial + Realtime Database Extension!

Опубликовано: 03 Октябрь 2024
на канале: uNicoDev
23,732
524

A tutorial on the Firebase Cloud Function service, which is basically a Javascript/Typescript backend! We'll be looking into Endpoint functions, Database Observer functions (that get triggered when there is a change on the Firebase Realtime Database) and Scheduled functions. Hope you enjoy!
- - - - - - - - -
| Install Firebase Tools package: https://www.npmjs.com/package/firebas...
| Docs on Database Observer Functions: https://firebase.google.com/docs/data...
| Scheduled functions syntax: https://cloud.google.com/appengine/do...
| Download this video's code: https://gist.github.com/rotolonico/0e...
| My video on Firebase Realtime Database Rules:    • Firebase Rules Tutorial for your Real...  
| My video on doing REST API requests to Firebase Realtime Database in Unity:    • How to use Firebase Database in Unity...  
- - - - - - - - -
| Check out my Machine Learning in Unity playlist:    • An introduction to Neural Networks!  
| Check out my Firebase playlist:    • How to use Firebase Database in Unity...  
| Join my coding discord:   / discord  
- - - - - - - - -
Chapters
0:00 Introduction
0:51 Shameless self plug
1:29 Initializing Cloud Functions
3:35 Endpoint Function
11:31 Database Observer Function
22:52 Scheduled Function
28:42 Conclusion
- - - - - - - - -
#firebase #cloudfunctions #backend