Firebase – How do I call a callable v2 Cloud Function in Flutter?
I have a Flutter app that uses cloud functions. I upgraded one function to a v2 function and it no longer works. The function cannot be found. The function logs do not show that it is being called. It is…