Hi guys, first of all I wanted to say I love construct 3.
I've only started to work on it but I think it's a great product.
I need to build a mobile game that uses firebase.
If I use postman or go to any REST API testing site and POST the exact same string to firebase it responds correctly.
Using construct 3 I get "Email Missing".
I've added the preview.construct.net domain to firebase so that is not the issue.
I would really appreciate some help here. It only takes 2 minutes to reproduce this.
This is the event sheet. very simple just add an AJAX object, Json and text.
If you use postman or go to reqbin.com you will get:
Here is the text of what I'm sending using AJAX, in case you want to copy&past into Construct 3:
URL "https://www.googleapis.com/identitytoolkit/v3/relyingparty/verifyPassword?key=AIzaSyBPAFvzKk9vZjHcm_uYb3JBw8_70_rOLYk"
Data "{""email"":""test@test.com"",""password"":""test123""}"
Thanks in advance