-
Hello, Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I'm not familiar with Firebase, but you can post the data to your database using this perhaps? https://firebase.google.com/docs/reference/rest/database#section-post |
Beta Was this translation helpful? Give feedback.
-
I think you are asking whether you can use |
Beta Was this translation helpful? Give feedback.
I think you are asking whether you can use
jsPsych.data
without using the rest of jsPsych. That won't help solve the issue you are having.jsPsych.data
is an interface to the client-side data generated by jsPsych experiments. It sounds like you are working on a back end service, and jsPsych doesn't provide any standard tools for the back end.