function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ljarjun ljljarjun lj 

Google Firebase Integration with Salesforce

Hi,
Does any one worked on integrating Firebase with Salesforce. The scenario is to push data from Salesforce to Google's Firebase, through REST atuhentication.
linkn tanlinkn tan
Looking forward to the answer. I have the same questions and hope to apply it to my website: https://hoanghapc.vn/intel-core-i9-9900k
Thanks!
Tran Phuong 4Tran Phuong 4
I have the same questions and hope to apply it to my website: https://parkourspace.com/
Looking forward to your answers.
Many thanks
kiss animekiss anime
Does it apply on my website https://kissanime.city/
I am waiting for your reply, many thanks
Suman rajSuman raj
Hey ljarjun lj, have you solved it? if yes, please help me
Brandon Cassis 11Brandon Cassis 11
Depend on what part of the firebase app you are trying to interact with. If you are looking to internally connect with your collection data, you should probably connect with your firestore database directly via the available REST API (https://firebase.google.com/docs/firestore/use-rest-api). Additionally, you can do rewrites in the firebase.json file that points to cloud functions (https://itnext.io/building-a-serverless-restful-api-with-cloud-functions-firestore-and-express-f917a305d4e6) if you want the app it's self to respond behind your custom domain with whatever authentication you want to allow for including firebases... You can also open up containerized app executions from Cloud Run (https://firebase.google.com/docs/hosting/cloud-run) via the same method if you are looking for additional GCP services (Checkout Step 4).

Please like if you found this helpful.
Also checkout the Newport Beach, Salesforce Architect Trailblazer Community (https://trailblazercommunitygroups.com/salesforce-architect-group-newport-beach-united-states/) or collabtech.us for more help.