Connecting Realtime Database (Firebase) to Mendix using CALL REST not working

0
Hii I am trying to connect Mendix to my Firebase Realtime Database but when I try to get the data to display, it displays 0. I made the JSON Structure in Mendix, Import Mapping and the call REST microflow. The location I use for the Call REST is https://projecthydrotech-default-rtdb.asia-southeast1.firebasedatabase.app/.json I would just like to know if I did something wrong :) Thank you in advance! Pictures for reference:
asked
1 answers
1

I’ve tried to replicate your work, and it seems correct to me.

Can you try adding a breakpoint after the “Call REST” action, and check the Variables tab to see if the attributes are correctly set?

It maybe you have security set so the user running the microflow doesn’t have access rights to create objects and set attribute values. 
 

answered