June 2018
Beginner to intermediate
394 pages
9h 2m
English
Firebase functions is one of the promising tools in the Firebase toolchain. Crashlytics and functions will be a great combination to work with. Developers can get a notification when there is a new issue and different sets of alerts can be triggered. There are many use cases that we can achieve from Firebase functions and we can send notification to users if and when there are interesting updates. We have a complete chapter dedicated to Firebase functions.
We need to generate an IssueBuilder using the functions.crashlytics.issue() method, then we can use the following methods in Firebase functions:
onNewDetected(): When there is a new issue this callback triggers:
exports.sendOnNew = functions.crashlytics.
Read now
Unlock full access