this is an example for realtime gps location tracking with python,google cloud firebase, (raspberry+ublox gps module)
## First you have to install dependencys
$ sudo apt-get install gpsd gpsd-clients
## Start the serial port
$ stty -F /dev/ttyAMA0 9600
## Start gpsd
$ sudo gpsd /dev/ttyAMA0 -F /var/run/gpsd.sock
$ cgps -s
- Frontend to present coordinates on map (Angular? Polymer?)
- Handle exception (requests.exceptions.HTTPError: 400 Client Error: Bad Request) (pyfirebase?)
Resources that helped me