Task 3 Flutter Mobile App
Vilsi Jain
Software Engineer | Google WTM Ambassador | Flutter Jaipur Organizer |Microsoft Azure developer community Organizer | Open source | Coding | Developer | Tech Speaker | Judge
Linux and data store in firebase
Linux Command store in Firebase
1. Create an app that can run any linux command using API
In this I connected to Redhat now you can run your Redhat commands
var url = "https://add/cgi-bin/web.py?x=myx";
2. Output will be saved in Firestore.
Now app Registration page and Login page data and commands what I am running store in Commands in mobile app store in Firestore
3. From Firestore, get this output and print on screen.
Now output will come on the screen
Thank you Mr.Vimal sir for giving this task