How to integrate Firebase Database into Outsystems with Rest APIs. I don't want to use any external component from forge. I can write by own Javascript if anyone knows how to use it.
I checked this answer but it is not helping much as I want to use it with Rest APIs.
Hi Pradnya ,
You can create your own Rest API in C#.net and in those API you can use database as Firebase. and and you can consume the C# Rest API in Outsytsem.
below are the link for consume rest API in outsystem
https://success.outsystems.com/documentation/10/extensibility_and_integration/rest/consume_rest_apis/consume_a_rest_api/
Let me know if you still have any query.
Thanks
CV