I'm following this tutorial to learn firebase. I cloned the repo. At step 7, I did what it said (though, actually, there was nothing to do here because the steps were already completed in the repo). When I click the [SIGN-IN WITH GOOGLE] button in the UI, the auth window pops open and closes immediately.
I'm developing in an Ubuntu Guest in VMWare. The following domains are authorized for this app in the firebase console:
- localhost
- blahblah.firebaseapp.com
- 127.0.0.1
- < my guest ip >
- < my host/public ip >
The firebase website says ask here. I searched thouroughly first, the (few) other posted solutions didn't work.
Can anyone tell me why this is happening?