syonip/flutter_cloud_function_publitio

publitio_credentials.json

Opened this issue · 1 comments

hello,
awesome work, is there any way you could help me with the credentials.json file- so far i have

{
"PUBLITIO_KEY":"mykey",

"PUBLITIO_SECRET":"mysecret"
}

thx!!

Hi @cbawebdesign ,
I added the missing json structure to the post.
It should look like this:

{
    "key":"<your key>",
    "secret":"<your secret>"
}