April 2018
Intermediate to advanced
284 pages
6h 43m
English
Cloud Functions can be seamlessly integrated with other Firebase Products and third-party APIs.
Your custom functions can be executed on specific events, which can be emitted by the listed Firebase products:
You can use Firebase Admin SDK for seamless integration of across different Firebase products. It is very useful in some of the most common application requirements. Let's say that you want to generate database indexes or audit logs when something changes in your real-time database; ...