Quick question rexrainbow , what is the format that is needed for the Push JSON action for Firebase?
I was hoping I could do a simple Push so I would put in the JSON value box:
"{author: something, title: something}"
So then it would create in Firebase something like
{ -randompushvaluecreated
author: something,
title: something
}
But console keeps coming back with an invalid token and the first character after the {
Any ideas?