Is there a way to deploy a firebase function other than firebase deploy --only functions?
I'm looking for a way to have a user build and deploy a pubsub function client-side.
Example
User adds a weather stations to their account. User selects time interval to ping weather station and record weather data and then deploys this function to run each time interval to catalog the weather data.
Currently, I have to make individual firebase functions for each user, but I'm wondering if there is a way that a user can generate and deploy a function on their own.