Hi, i have a question it might be confusing at first so please bear with me.
Background
my friend and I are making an mobile app that can monitoring an IoT device, we decided to split the work, he made the IoT device and i made the mobile app that can monitor that IoT device that my friend made.
i discover influxdb Cloud by chance and make a several test to see how it work. within that test i manage to input using mqtt and manage to send it to influxDB cloud and visualize by seeing the graph and table on Data Explorer.
after that test is done i wanted to know how influxdb cloud work as database, and make the app that will use data that had been transformed from influx db into the mobile app and make it so the mobile app can visualize (e.x graph and table) the data. but my search about it not coming to fruition.
Question
following the background statement i have several questions:
1. Since i’m using influxDB 3.x (cloud), is there a documentation about how to integrate InfuxDB 3.x into android mobile app in Kotlin Language?.
2. how do i make it so user using my app can see the data that the app visualize by login in using their account (e.x gmail,slack, … ,etc)?
Optional Questions:
3. influxdb v2.x integration using flux language in left link there repository about influxdb v2.s integration using flux, but i heard about it that flux language is in maintenance mode base on this link Future of Flux, is there another alternative beside using the flux language?
Hope
i hope with this topic, i as a newbie user of influxdb can have an answer to how can we integrate our database in influx with mobile app and maybe make a path so influxdb cloud can integrate with android easier