Made firebase work again with latest flutter and flutterfire. Follow https://firebase.google.com/docs/flutter/setup?platform=ios on your own.
I have updated the firebase db to be read only due to abuse. The save operation works if you import your own firebase and modify project files to include your own configs. I prefer batteries included approach to demo app, so I will continue providing my firebase for helping out.
I plan to migrate this project off MVVM to Bloc soon.
This app is inspired by this post https://medium.com/@tattwei46/flutter-how-to-do-crud-with-firebase-rtdb-ce61e3ce53a
A app to view multiple RTSP Streams in Flutter!
Create a firebase account and create a firestore https://firebase.google.com/docs/flutter/setup
Create a fire store with a store called "camerastreams"
In the root of directory run "flutter run" from the terminal
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.