- Notifications
You must be signed in to change notification settings - Fork3
JSforce AJAX Proxy for Cloud Functions
License
NotificationsYou must be signed in to change notification settings
lwc-soql-builder/jsforce-ajax-proxy-cloud-functions
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
In this project,JSforce AJAX Proxy runs in Cloud Functions.
There is the follwoing change from JSforce AJAX Proxy. Therefore, I do not use JSforce AJAX Proxy directly.
- Added
Sforce-Call-Options
andSforce-Query-Options
inAccess-Control-Allow-Headers
$ cd functions$ firebase use <alias or project_id>$ firebase functions:config:set proxy.region="asia-northeast1,us-central1" proxy.allowed_origin="https://lwc-soql-builder.github.io"$ firebase deploy --only functions
When you start the proxy as shown in the above example, you can access the proxy with the following two URLs.
https://asia-northeast1-<project alias>.cloudfunctions.net/asia_northeast1/proxy/
https://us-central1-<project alias>.cloudfunctions.net/us_central1/proxy/
About
JSforce AJAX Proxy for Cloud Functions
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.