Calls the NextJS API
Calls the NextJS API that then calls an APEX API endpoint and returns its response
Calls a Firebase function
Calls a Firebase function that then calls a Flow API endpoint and returns its response
Calls a Firebase function that then calls an APEX API endpoint and returns its response
Calls a Firebase function that then calls an APEX API endpoint. The APEX calls another Firebase function and returns its response
Calls a Firebase function that then calls an APEX API endpoint. The APEX queries SF records and returns its response
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
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
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