When to use the onCall or onRequest Firebase Cloud functions

InstructorJorge Vergara

Share this video with your friends

Send Tweet

Firebase has two methods for creating HTTP functions, onRequest follows a REST pattern and onCall gives you access to the Firebase JavaScript SDK.