I have an app that uses firebase real time database and a link to the database: https://myapp.firebaseio.com/ I want to write to the database something like this using the URL: https://myapp.firebaseio.com/some_string so that in my app, I could read some_string. Can I achieve this? I don't want to use curl and do this from the command line.
BTW, I opened the DB to be public so no need for authentication.
