I don't quite understand function domains. Is it somehow possible to "link" (sorry if I use wrong terminology, I'm coming from offline desktop app development) a URL path to a function? E.g. https://api.mydomain.com/createStudent?name=JohnDoe would call a custom function that creates a student with a name. Or even without the query. Is this possible? If not, what would be the right way to tackle this?
Recommended threads
- Github App "Failed to retrieve access to...
When trying to connect the Github App on 1.8.1 I recieve this error: ```[Error] Method: GET [Error] URL: /v1/vcs/github/callback [Error] Type: Exception [Error]...
- Update from 1.8 to 1.8.1 failing
I have spent the past 2 hours trying to figure this out but I really dont know what to do. 1.8. was a fresh install because the upgrade from 1.7.4 was a total m...
- Realtime not working for some tables
Hi, I've got an issue where I can setup a realtime connection to listen to some tables, but some not all. I have two tables `history` and `users`. Both can be ...