Flutter – Using Google Cloud Functions with parameters
In the previous blog post, I describe how to call a Google Cloud Function without Firebase. However, the only option was to invoke the function. Most of the time, more complex functions are necessary. This blog post will describe how to pass information to your Google Cloud Function. This can be done in multiple ways. Creating the Google Cloud Function First, let’s update the Google Cloud Function. This function should handle the variables. There are two easy ways to take…