Running ionic serve allows to run the app on http://0.0.0.0:8100.
Trying to access https://0.0.0.0:8100 results in:
SSL connection error
Is there a way to run the app on https?
The reason I need https is because I use Firebase and it requires requests to be made over https. See:
http://stackoverflow.com/q/24431924/247243
http://stackoverflow.com/q/24442013/247243
Any ideas?