I am creating an Android app. In it I have to access to Python as I use the Matplotlib module. I want the logic to be like this:
- The user inputs personalized data in the Android app
- The data is sent to the Python script where the Matplotlib module is located
- The image produced by Matplotlib module is fetched in Android Studio where is represented using Jetpack Compose.
My question is, can I do this using Firebase in order for it to be fast and efficient?