Abhijit Kulkarni
Abhijit Kulkarni
I am trying to get push notification on Arduino Yun with Parse SDk version 1.0.3 and Arduino IDE 1.6.5. The if (Parse.pushAvailable()) {} is not getting executed. I tried sending...
I have created cloud function using Parse.com Javascript SDK and i am calling those functions from Arduino.Following is code for function hello Parse.Cloud.define("hello", function(request, response) { response.success("This is hello function");...
Hello i am getting error: 'Parse' was not declared in this scope following is my code : # include //Libray for JSON parsing # include //Parse Library # include #...
I have created Custom Refinement component as follows. And below Component is rendered inside Parent component. ``` const RefinementList = ({ items, isFromSearch, refine, attribute }) => { console.log('Inside Refinement...