AndroidStudio - Firebase - Python connection is possible?

28 Views Asked by At

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:

  1. The user inputs personalized data in the Android app
  2. The data is sent to the Python script where the Matplotlib module is located
  3. 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?

0

There are 0 best solutions below