This video describes the use of Cloud Functions in Flutter. The database used to store the values is Cloud Firestore...
* Cloud Functions, Firestore and Flutter | Using CloudFunctions in Flutter *
What’s Cloud Firestore…
In simple terms, it’s just a No-SQL database that is provided by Firebase, along with the RealTime database.
Cloud Firestore / Firestore stores data in documents, which are organized into collections.
Each document contains a set of key-value pairs.
All documents must be stored in collections. Documents can contain subcollections and nested objects, both of which can include primitive fields like strings or complex objects like lists.
For more details, do check out the link
[ Ссылка ]
What’s Cloud Function…
Cloud Functions lets you automatically run the backend code in response to events triggered by Firebase features and HTTPS requests.
For more details, do check out the link
[ Ссылка ]
There are mainly 4 important types of triggers :
onCreate — Whenever there is any new entry, either in Authentication / Database….(Firestore)
onUpdate — Triggered when a document already exists and has any value changed.
onDelete — Triggered when a document with data is deleted.
onWrite — Triggered when onCreate, onUpdate, or onDelete is triggered.
Website: [ Ссылка ]
Medium: [ Ссылка ]
Complete source code in :
[ Ссылка ]
In case, this helped, pass me a coffee!! 😊😊
[ Ссылка ]
#CloudFunctions #FlatteredWithFlutter #Flutter
Ещё видео!