NextJSAPIDemo

Calls the NextJS API

Time:

ApexAPIViaNextJSAPIDemo

Calls the NextJS API that then calls an APEX API endpoint and returns its response

Time:

ServerlessAPIDemo

Calls a Firebase function

Time:

FlowAPIViaServerlessDemo

Calls a Firebase function that then calls a Flow API endpoint and returns its response

Time:

ApexAPIViaServerlessDemo

Calls a Firebase function that then calls an APEX API endpoint and returns its response

Time:

ApexAPIViaServerlessWithCallbackDemo

Calls a Firebase function that then calls an APEX API endpoint. The APEX calls another Firebase function and returns its response

Time:

ApexAPIWithQueryViaServerlessDemo

Calls a Firebase function that then calls an APEX API endpoint. The APEX queries SF records and returns its response

Time:

ApexAPIViaRealtimeDBDemo

Calls a Firebase function that then calls an APEX API endpoint. APEX updates a SF record, then calls another Firebase function to copy that data into Firestore. This could be sped up by the APEX persisting to Firestore directly

Time:

ApexAPIViaRealtimeDBTriggerDemo

Calls a Firebase function that then calls an APEX API endpoint. APEX updates a SF record. An APEX after trigger then calls another Firebase function to copy that data into Firestore. This could be sped up by the APEX trigger persisting to Firestore directly. This also works with direct record updates in SF

ApexAPIViaRealtimeDBQuickTriggerDemo

Calls a Firebase function that then calls an APEX API endpoint. APEX updates a SF record. An APEX before trigger then calls another Firebase function (in London) to copy that data into Firestore. This could be sped up by the APEX trigger persisting to Firestore directly. This also works with direct record updates in SF