|
|
|
|
|
by ciaran-ifelse
2151 days ago
|
|
It would cost less starting out compared to your own server, you may only have to pay per function call. Whereas you would have to pay for server space from the start even if no one is using your product. A framework may be overkill if all you want to do is run a function when something in your database changes. Firebase is a good example of this, you can trigger functions when a document changes. Easy to deploy, reliable and maintainable. |
|